Interface Subnet.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<Subnet.Builder,Subnet>,SdkBuilder<Subnet.Builder,Subnet>,SdkPojo
- Enclosing class:
- Subnet
public static interface Subnet.Builder extends SdkPojo, CopyableBuilder<Subnet.Builder,Subnet>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Subnet.BuildersubnetAvailabilityZone(String subnetAvailabilityZone)The Availability Zone (AZ) for the subnet.Subnet.BuildersubnetIdentifier(String subnetIdentifier)The system-assigned identifier for the subnet.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
subnetIdentifier
Subnet.Builder subnetIdentifier(String subnetIdentifier)
The system-assigned identifier for the subnet.
- Parameters:
subnetIdentifier- The system-assigned identifier for the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subnetAvailabilityZone
Subnet.Builder subnetAvailabilityZone(String subnetAvailabilityZone)
The Availability Zone (AZ) for the subnet.
- Parameters:
subnetAvailabilityZone- The Availability Zone (AZ) for the subnet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-