Interface AddRegionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<AddRegionResponse.Builder,,AddRegionResponse> SdkBuilder<AddRegionResponse.Builder,,AddRegionResponse> SdkPojo,SdkResponse.Builder,SsoAdminResponse.Builder
- Enclosing class:
AddRegionResponse
@Mutable
@NotThreadSafe
public static interface AddRegionResponse.Builder
extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<AddRegionResponse.Builder,AddRegionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the Region after the Add operation.status(RegionStatus status) The status of the Region after the Add operation.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.ssoadmin.model.SsoAdminResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
status
The status of the Region after the Add operation. The status is ADDING when the asynchronous workflow is in progress and changes to ACTIVE when complete.
- Parameters:
status- The status of the Region after the Add operation. The status is ADDING when the asynchronous workflow is in progress and changes to ACTIVE when complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the Region after the Add operation. The status is ADDING when the asynchronous workflow is in progress and changes to ACTIVE when complete.
- Parameters:
status- The status of the Region after the Add operation. The status is ADDING when the asynchronous workflow is in progress and changes to ACTIVE when complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-