public static interface UntagResourceRequest.Builder extends SecretsManagerRequest.Builder, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
Modifier and Type | Method and Description |
---|---|
UntagResourceRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
UntagResourceRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
UntagResourceRequest.Builder |
secretId(String secretId)
The identifier for the secret that you want to remove tags from.
|
UntagResourceRequest.Builder |
tagKeys(Collection<String> tagKeys)
A list of tag key names to remove from the secret.
|
UntagResourceRequest.Builder |
tagKeys(String... tagKeys)
A list of tag key names to remove from the secret.
|
build
requestOverrideConfig
copy
apply, build
UntagResourceRequest.Builder secretId(String secretId)
The identifier for the secret that you want to remove tags from. You can specify either the Amazon Resource Name (ARN) or the friendly name of the secret.
secretId
- The identifier for the secret that you want to remove tags from. You can specify either the Amazon
Resource Name (ARN) or the friendly name of the secret.UntagResourceRequest.Builder tagKeys(Collection<String> tagKeys)
A list of tag key names to remove from the secret. You don't specify the value. Both the key and its associated value are removed.
This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.
tagKeys
- A list of tag key names to remove from the secret. You don't specify the value. Both the key and its
associated value are removed.
This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.
UntagResourceRequest.Builder tagKeys(String... tagKeys)
A list of tag key names to remove from the secret. You don't specify the value. Both the key and its associated value are removed.
This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.
tagKeys
- A list of tag key names to remove from the secret. You don't specify the value. Both the key and its
associated value are removed.
This parameter to the API requires a JSON text string argument. For information on how to format a JSON parameter for the various command line tool environments, see Using JSON for Parameters in the AWS CLI User Guide.
UntagResourceRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
awsRequestOverrideConfig
- The override configuration.UntagResourceRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.Builder
requestOverrideConfig
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfig.Builder
will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.