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) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.validateOnly
(Boolean validateOnly) Validates the request without starting the decommission process.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.outposts.model.OutpostsRequest.Builder
build
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
-
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) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
StartOutpostDecommissionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-