Interface AvailabilityZone.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AvailabilityZone.Builder,,- AvailabilityZone> - SdkBuilder<AvailabilityZone.Builder,,- AvailabilityZone> - SdkPojo
- Enclosing class:
- AvailabilityZone
@Mutable
@NotThreadSafe
public static interface AvailabilityZone.Builder
extends SdkPojo, CopyableBuilder<AvailabilityZone.Builder,AvailabilityZone> 
- 
Method SummaryModifier and TypeMethodDescriptionThe state of the Availability Zone.The name of the Availability Zone.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
zoneNameThe name of the Availability Zone. The format is us-east-2a(case-sensitive).- Parameters:
- zoneName- The name of the Availability Zone. The format is- us-east-2a(case-sensitive).
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
stateThe state of the Availability Zone. - Parameters:
- state- The state of the Availability Zone.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-