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