Interface GetGroupResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<GetGroupResponse.Builder,,GetGroupResponse> SdkBuilder<GetGroupResponse.Builder,,GetGroupResponse> SdkPojo,SdkResponse.Builder,SyntheticsResponse.Builder
- Enclosing class:
 GetGroupResponse
public static interface GetGroupResponse.Builder
extends SyntheticsResponse.Builder, SdkPojo, CopyableBuilder<GetGroupResponse.Builder,GetGroupResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptiondefault GetGroupResponse.Buildergroup(Consumer<Group.Builder> group) A structure that contains information about the group.A structure that contains information about the group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.synthetics.model.SyntheticsResponse.Builder
build, responseMetadata, responseMetadata 
- 
Method Details
- 
group
A structure that contains information about the group.
- Parameters:
 group- A structure that contains information about the group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
group
A structure that contains information about the group.
This is a convenience method that creates an instance of theGroup.Builderavoiding the need to create one manually viaGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed togroup(Group).- Parameters:
 group- a consumer that will call methods onGroup.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -