Interface Region.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<Region.Builder,,Region> SdkBuilder<Region.Builder,,Region> SdkPojo
- Enclosing class:
 Region
- 
Method Summary
Modifier and TypeMethodDescriptionThe Region service endpoint.optInStatus(String optInStatus) The Region opt-in status.regionName(String regionName) The name of the Region.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, sdkFields 
- 
Method Details
- 
endpoint
The Region service endpoint.
- Parameters:
 endpoint- The Region service endpoint.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
regionName
The name of the Region.
- Parameters:
 regionName- The name of the Region.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
optInStatus
The Region opt-in status. The possible values are
opt-in-not-required,opted-in, andnot-opted-in.- Parameters:
 optInStatus- The Region opt-in status. The possible values areopt-in-not-required,opted-in, andnot-opted-in.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -