Interface AvailabilityZoneSubGeography.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AvailabilityZoneSubGeography.Builder,,AvailabilityZoneSubGeography> SdkBuilder<AvailabilityZoneSubGeography.Builder,,AvailabilityZoneSubGeography> SdkPojo
- Enclosing class:
AvailabilityZoneSubGeography
@Mutable
@NotThreadSafe
public static interface AvailabilityZoneSubGeography.Builder
extends SdkPojo, CopyableBuilder<AvailabilityZoneSubGeography.Builder,AvailabilityZoneSubGeography>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the sub-geography, for example,Oregon.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
-
name
The name of the sub-geography, for example,
Oregon.- Parameters:
name- The name of the sub-geography, for example,Oregon.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-