Interface UnlabelParameterVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<UnlabelParameterVersionRequest.Builder,,UnlabelParameterVersionRequest> SdkBuilder<UnlabelParameterVersionRequest.Builder,,UnlabelParameterVersionRequest> SdkPojo,SdkRequest.Builder,SsmRequest.Builder
- Enclosing class:
- UnlabelParameterVersionRequest
@Mutable
@NotThreadSafe
public static interface UnlabelParameterVersionRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<UnlabelParameterVersionRequest.Builder,UnlabelParameterVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionOne or more labels to delete from the specified parameter version.labels(Collection<String> labels) One or more labels to delete from the specified parameter version.The name of the parameter from which you want to delete one or more labels.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) parameterVersion(Long parameterVersion) The specific version of the parameter which you want to delete one or more labels from.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
name
The name of the parameter from which you want to delete one or more labels.
You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
- Parameters:
name- The name of the parameter from which you want to delete one or more labels.You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parameterVersion
The specific version of the parameter which you want to delete one or more labels from. If it isn't present, the call will fail.
- Parameters:
parameterVersion- The specific version of the parameter which you want to delete one or more labels from. If it isn't present, the call will fail.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
One or more labels to delete from the specified parameter version.
- Parameters:
labels- One or more labels to delete from the specified parameter version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
One or more labels to delete from the specified parameter version.
- Parameters:
labels- One or more labels to delete from the specified parameter version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
UnlabelParameterVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UnlabelParameterVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-