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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateSubnetGroupResponse.BuildersubnetGroup(Consumer<SubnetGroup.Builder> subnetGroup)The newly-created subnet groupCreateSubnetGroupResponse.BuildersubnetGroup(SubnetGroup subnetGroup)The newly-created subnet group-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.memorydb.model.MemoryDbResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
subnetGroup
CreateSubnetGroupResponse.Builder subnetGroup(SubnetGroup 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
default CreateSubnetGroupResponse.Builder subnetGroup(Consumer<SubnetGroup.Builder> 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:
subnetGroup(SubnetGroup)
-
-