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)
Add an optional request override configuration.
|
LabelParameterVersionRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
LabelParameterVersionRequest.Builder |
parameterVersion(Long parameterVersion)
The specific version of the parameter on which you want to attach one or more labels.
|
build
overrideConfiguration
copy
applyMutation, build
LabelParameterVersionRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.LabelParameterVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.