Interface DeleteSubnetGroupResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DeleteSubnetGroupResponse.Builder,,DeleteSubnetGroupResponse> MemoryDbResponse.Builder,SdkBuilder<DeleteSubnetGroupResponse.Builder,,DeleteSubnetGroupResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DeleteSubnetGroupResponse
@Mutable
@NotThreadSafe
public static interface DeleteSubnetGroupResponse.Builder
extends MemoryDbResponse.Builder, SdkPojo, CopyableBuilder<DeleteSubnetGroupResponse.Builder,DeleteSubnetGroupResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsubnetGroup(Consumer<SubnetGroup.Builder> subnetGroup) The subnet group object that has been deleted.subnetGroup(SubnetGroup subnetGroup) The subnet group object that has been deleted.Methods 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, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
subnetGroup
The subnet group object that has been deleted.
- Parameters:
subnetGroup- The subnet group object that has been deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetGroup
The subnet group object that has been deleted.
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:
-