Interface SupportedRegionDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SupportedRegionDetail.Builder,
,SupportedRegionDetail> SdkBuilder<SupportedRegionDetail.Builder,
,SupportedRegionDetail> SdkPojo
- Enclosing class:
SupportedRegionDetail
@Mutable
@NotThreadSafe
public static interface SupportedRegionDetail.Builder
extends SdkPojo, CopyableBuilder<SupportedRegionDetail.Builder,SupportedRegionDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe Region code.serviceState
(String serviceState) The service state.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
region
The Region code.
- Parameters:
region
- The Region code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
serviceState
The service state. The possible values are
Pending
,Available
,Deleting
,Deleted
,Failed
, andClosed
.- Parameters:
serviceState
- The service state. The possible values arePending
,Available
,Deleting
,Deleted
,Failed
, andClosed
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-