public static interface UntagResourceRequest.Builder extends SecretsManagerRequest.Builder, SdkPojo, CopyableBuilder<UntagResourceRequest.Builder,UntagResourceRequest>
| Modifier and Type | Method and Description |
|---|---|
UntagResourceRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UntagResourceRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
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.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUntagResourceRequest.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.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN.
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.
For an ARN, we recommend that you specify a complete ARN rather than a partial ARN.
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 storing multiple values, we recommend that you use a JSON text string argument and specify key/value pairs. For more information, see Specifying parameter values for the Amazon Web Services CLI in the Amazon Web Services 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 storing multiple values, we recommend that you use a JSON text string argument and specify key/value pairs. For more information, see Specifying parameter values for the Amazon Web Services CLI in the Amazon Web Services 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 storing multiple values, we recommend that you use a JSON text string argument and specify key/value pairs. For more information, see Specifying parameter values for the Amazon Web Services CLI in the Amazon Web Services 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 storing multiple values, we recommend that you use a JSON text string argument and specify key/value pairs. For more information, see Specifying parameter values for the Amazon Web Services CLI in the Amazon Web Services CLI User Guide.
UntagResourceRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUntagResourceRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.