Interface StartOutpostDecommissionResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<StartOutpostDecommissionResponse.Builder,,StartOutpostDecommissionResponse> OutpostsResponse.Builder,SdkBuilder<StartOutpostDecommissionResponse.Builder,,StartOutpostDecommissionResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
StartOutpostDecommissionResponse
@Mutable
@NotThreadSafe
public static interface StartOutpostDecommissionResponse.Builder
extends OutpostsResponse.Builder, SdkPojo, CopyableBuilder<StartOutpostDecommissionResponse.Builder,StartOutpostDecommissionResponse>
-
Method Summary
Modifier and TypeMethodDescriptionblockingResourceTypes(Collection<BlockingResourceType> blockingResourceTypes) The resources still associated with the Outpost that you are decommissioning.blockingResourceTypes(BlockingResourceType... blockingResourceTypes) The resources still associated with the Outpost that you are decommissioning.blockingResourceTypesWithStrings(String... blockingResourceTypes) The resources still associated with the Outpost that you are decommissioning.blockingResourceTypesWithStrings(Collection<String> blockingResourceTypes) The resources still associated with the Outpost that you are decommissioning.The status of the decommission request.status(DecommissionRequestStatus status) The status of the decommission request.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsResponse.Builder
build, responseMetadata, responseMetadataMethods 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, sdkHttpResponse
-
Method Details
-
status
The status of the decommission request.
- Parameters:
status- The status of the decommission request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
status
The status of the decommission request.
- Parameters:
status- The status of the decommission request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
blockingResourceTypesWithStrings
StartOutpostDecommissionResponse.Builder blockingResourceTypesWithStrings(Collection<String> blockingResourceTypes) The resources still associated with the Outpost that you are decommissioning.
- Parameters:
blockingResourceTypes- The resources still associated with the Outpost that you are decommissioning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockingResourceTypesWithStrings
StartOutpostDecommissionResponse.Builder blockingResourceTypesWithStrings(String... blockingResourceTypes) The resources still associated with the Outpost that you are decommissioning.
- Parameters:
blockingResourceTypes- The resources still associated with the Outpost that you are decommissioning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockingResourceTypes
StartOutpostDecommissionResponse.Builder blockingResourceTypes(Collection<BlockingResourceType> blockingResourceTypes) The resources still associated with the Outpost that you are decommissioning.
- Parameters:
blockingResourceTypes- The resources still associated with the Outpost that you are decommissioning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blockingResourceTypes
StartOutpostDecommissionResponse.Builder blockingResourceTypes(BlockingResourceType... blockingResourceTypes) The resources still associated with the Outpost that you are decommissioning.
- Parameters:
blockingResourceTypes- The resources still associated with the Outpost that you are decommissioning.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-