Interface Region.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Region.Builder,,- Region> - SdkBuilder<Region.Builder,,- Region> - SdkPojo
- Enclosing class:
- Region
@Mutable
@NotThreadSafe
public static interface Region.Builder
extends SdkPojo, CopyableBuilder<Region.Builder,Region> 
- 
Method SummaryModifier and TypeMethodDescriptionregionName(String regionName) The Amazon Web Services Region name.regionNamePath(String regionNamePath) The region name path.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- 
regionNameThe Amazon Web Services Region name. - Parameters:
- regionName- The Amazon Web Services Region name.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
regionNamePathThe region name path. - Parameters:
- regionNamePath- The region name path.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-