public static interface DeleteActivationRequest.Builder extends SSMRequest.Builder, CopyableBuilder<DeleteActivationRequest.Builder,DeleteActivationRequest>
Modifier and Type | Method and Description |
---|---|
DeleteActivationRequest.Builder |
activationId(String activationId)
The ID of the activation that you want to delete.
|
DeleteActivationRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
build
requestOverrideConfig, requestOverrideConfig
copy
apply, build
DeleteActivationRequest.Builder activationId(String activationId)
The ID of the activation that you want to delete.
activationId
- The ID of the activation that you want to delete.DeleteActivationRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.