Interface CreateSubnetGroupResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<CreateSubnetGroupResponse.Builder,,CreateSubnetGroupResponse> MemoryDbResponse.Builder,SdkBuilder<CreateSubnetGroupResponse.Builder,,CreateSubnetGroupResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 CreateSubnetGroupResponse
public static interface CreateSubnetGroupResponse.Builder
extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<CreateSubnetGroupResponse.Builder,CreateSubnetGroupResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionsubnetGroup(Consumer<SubnetGroup.Builder> subnetGroup) The newly-created subnet groupsubnetGroup(SubnetGroup subnetGroup) The newly-created subnet groupMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
subnetGroup
The newly-created subnet group
- Parameters:
 subnetGroup- The newly-created subnet group- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetGroup
The newly-created subnet group
This is a convenience method that creates an instance of theSubnetGroup.Builderavoiding the need to create one manually viaSubnetGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubnetGroup(SubnetGroup).- Parameters:
 subnetGroup- a consumer that will call methods onSubnetGroup.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -