public static interface LabelParameterVersionRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<LabelParameterVersionRequest.Builder,LabelParameterVersionRequest>
| Modifier and Type | Method and Description |
|---|---|
LabelParameterVersionRequest.Builder |
labels(Collection<String> labels)
One or more labels to attach to the specified parameter version.
|
LabelParameterVersionRequest.Builder |
labels(String... labels)
One or more labels to attach to the specified parameter version.
|
LabelParameterVersionRequest.Builder |
name(String name)
The parameter name on which you want to attach one or more labels.
|
LabelParameterVersionRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
LabelParameterVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
LabelParameterVersionRequest.Builder |
parameterVersion(Long parameterVersion)
The specific version of the parameter on which you want to attach one or more labels.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildLabelParameterVersionRequest.Builder name(String name)
The parameter name on which you want to attach one or more labels.
name - The parameter name on which you want to attach one or more labels.LabelParameterVersionRequest.Builder parameterVersion(Long parameterVersion)
The specific version of the parameter on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.
parameterVersion - The specific version of the parameter on which you want to attach one or more labels. If no version is
specified, the system attaches the label to the latest version.LabelParameterVersionRequest.Builder labels(Collection<String> labels)
One or more labels to attach to the specified parameter version.
labels - One or more labels to attach to the specified parameter version.LabelParameterVersionRequest.Builder labels(String... labels)
One or more labels to attach to the specified parameter version.
labels - One or more labels to attach to the specified parameter version.LabelParameterVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderLabelParameterVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.