public static interface UnlabelParameterVersionRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<UnlabelParameterVersionRequest.Builder,UnlabelParameterVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
UnlabelParameterVersionRequest.Builder |
labels(Collection<String> labels)
One or more labels to delete from the specified parameter version.
|
UnlabelParameterVersionRequest.Builder |
labels(String... labels)
One or more labels to delete from the specified parameter version.
|
UnlabelParameterVersionRequest.Builder |
name(String name)
The parameter name of which you want to delete one or more labels.
|
UnlabelParameterVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UnlabelParameterVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UnlabelParameterVersionRequest.Builder |
parameterVersion(Long parameterVersion)
The specific version of the parameter which you want to delete one or more labels from.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildUnlabelParameterVersionRequest.Builder name(String name)
The parameter name of which you want to delete one or more labels.
name - The parameter name of which you want to delete one or more labels.UnlabelParameterVersionRequest.Builder parameterVersion(Long parameterVersion)
The specific version of the parameter which you want to delete one or more labels from. If it is not present, the call will fail.
parameterVersion - The specific version of the parameter which you want to delete one or more labels from. If it is not
present, the call will fail.UnlabelParameterVersionRequest.Builder labels(Collection<String> labels)
One or more labels to delete from the specified parameter version.
labels - One or more labels to delete from the specified parameter version.UnlabelParameterVersionRequest.Builder labels(String... labels)
One or more labels to delete from the specified parameter version.
labels - One or more labels to delete from the specified parameter version.UnlabelParameterVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderUnlabelParameterVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2021. All rights reserved.