Interface StartOutpostDecommissionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<StartOutpostDecommissionRequest.Builder,,StartOutpostDecommissionRequest> OutpostsRequest.Builder,SdkBuilder<StartOutpostDecommissionRequest.Builder,,StartOutpostDecommissionRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- StartOutpostDecommissionRequest
@Mutable
@NotThreadSafe
public static interface StartOutpostDecommissionRequest.Builder
extends OutpostsRequest.Builder, SdkPojo, CopyableBuilder<StartOutpostDecommissionRequest.Builder,StartOutpostDecommissionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionoutpostIdentifier(String outpostIdentifier) The ID or ARN of the Outpost that you want to decommission.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) validateOnly(Boolean validateOnly) Validates the request without starting the decommission process.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
outpostIdentifier
The ID or ARN of the Outpost that you want to decommission.
- Parameters:
outpostIdentifier- The ID or ARN of the Outpost that you want to decommission.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
validateOnly
Validates the request without starting the decommission process.
- Parameters:
validateOnly- Validates the request without starting the decommission process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StartOutpostDecommissionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StartOutpostDecommissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-