Interface UpdateProfilingGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CodeGuruProfilerResponse.Builder,CopyableBuilder<UpdateProfilingGroupResponse.Builder,UpdateProfilingGroupResponse>,SdkBuilder<UpdateProfilingGroupResponse.Builder,UpdateProfilingGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateProfilingGroupResponse
public static interface UpdateProfilingGroupResponse.Builder extends CodeGuruProfilerResponse.Builder, SdkPojo, CopyableBuilder<UpdateProfilingGroupResponse.Builder,UpdateProfilingGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateProfilingGroupResponse.BuilderprofilingGroup(Consumer<ProfilingGroupDescription.Builder> profilingGroup)AProfilingGroupDescriptionthat contains information about the returned updated profiling group.UpdateProfilingGroupResponse.BuilderprofilingGroup(ProfilingGroupDescription profilingGroup)AProfilingGroupDescriptionthat contains information about the returned updated profiling group.-
Methods inherited from interface software.amazon.awssdk.services.codeguruprofiler.model.CodeGuruProfilerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
profilingGroup
UpdateProfilingGroupResponse.Builder profilingGroup(ProfilingGroupDescription profilingGroup)
A
ProfilingGroupDescriptionthat contains information about the returned updated profiling group.- Parameters:
profilingGroup- AProfilingGroupDescriptionthat contains information about the returned updated profiling group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
profilingGroup
default UpdateProfilingGroupResponse.Builder profilingGroup(Consumer<ProfilingGroupDescription.Builder> profilingGroup)
A
This is a convenience method that creates an instance of theProfilingGroupDescriptionthat contains information about the returned updated profiling group.ProfilingGroupDescription.Builderavoiding the need to create one manually viaProfilingGroupDescription.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprofilingGroup(ProfilingGroupDescription).- Parameters:
profilingGroup- a consumer that will call methods onProfilingGroupDescription.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
profilingGroup(ProfilingGroupDescription)
-
-