Interface Subnet.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Subnet.Builder,,Subnet> SdkBuilder<Subnet.Builder,,Subnet> SdkPojo
- Enclosing class:
 Subnet
- 
Method Summary
Modifier and TypeMethodDescriptiondefault Subnet.BuildersubnetAvailabilityZone(Consumer<AvailabilityZone.Builder> subnetAvailabilityZone) This is a convenience method that creates an instance of theAvailabilityZone.Builderavoiding the need to create one manually viaAvailabilityZone.builder().subnetAvailabilityZone(AvailabilityZone subnetAvailabilityZone) subnetIdentifier(String subnetIdentifier) The identifier of the subnet.subnetStatus(String subnetStatus) The status of the subnet.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, sdkFields 
- 
Method Details
- 
subnetIdentifier
The identifier of the subnet.
- Parameters:
 subnetIdentifier- The identifier of the subnet.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetAvailabilityZone
- Parameters:
 subnetAvailabilityZone-- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
subnetAvailabilityZone
default Subnet.Builder subnetAvailabilityZone(Consumer<AvailabilityZone.Builder> subnetAvailabilityZone) This is a convenience method that creates an instance of theAvailabilityZone.Builderavoiding the need to create one manually viaAvailabilityZone.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubnetAvailabilityZone(AvailabilityZone).- Parameters:
 subnetAvailabilityZone- a consumer that will call methods onAvailabilityZone.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
subnetStatus
The status of the subnet.
- Parameters:
 subnetStatus- The status of the subnet.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -