Interface RemoveRegionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<RemoveRegionResponse.Builder,,RemoveRegionResponse> SdkBuilder<RemoveRegionResponse.Builder,,RemoveRegionResponse> SdkPojo,SdkResponse.Builder,SsoAdminResponse.Builder
- Enclosing class:
RemoveRegionResponse
@Mutable
@NotThreadSafe
public static interface RemoveRegionResponse.Builder
extends SsoAdminResponse.Builder, SdkPojo, CopyableBuilder<RemoveRegionResponse.Builder,RemoveRegionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe status of the Region after the remove operation.status(RegionStatus status) The status of the Region after the remove 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 remove operation. The status is REMOVING when the asynchronous workflow is in progress. The Region record is deleted when the workflow completes.
- Parameters:
status- The status of the Region after the remove operation. The status is REMOVING when the asynchronous workflow is in progress. The Region record is deleted when the workflow completes.- 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 remove operation. The status is REMOVING when the asynchronous workflow is in progress. The Region record is deleted when the workflow completes.
- Parameters:
status- The status of the Region after the remove operation. The status is REMOVING when the asynchronous workflow is in progress. The Region record is deleted when the workflow completes.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-