Interface LabelParameterVersionRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<LabelParameterVersionRequest.Builder,
,LabelParameterVersionRequest> SdkBuilder<LabelParameterVersionRequest.Builder,
,LabelParameterVersionRequest> SdkPojo
,SdkRequest.Builder
,SsmRequest.Builder
- Enclosing class:
LabelParameterVersionRequest
public static interface LabelParameterVersionRequest.Builder
extends SsmRequest.Builder, SdkPojo, CopyableBuilder<LabelParameterVersionRequest.Builder,LabelParameterVersionRequest>
-
Method Summary
Modifier and TypeMethodDescriptionOne or more labels to attach to the specified parameter version.labels
(Collection<String> labels) One or more labels to attach to the specified parameter version.The parameter name on which you want to attach one or more labels.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.parameterVersion
(Long parameterVersion) The specific version of the parameter on which you want to attach one or more labels.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.services.ssm.model.SsmRequest.Builder
build
-
Method Details
-
name
The parameter name on which you want to attach one or more labels.
You can't enter the Amazon Resource Name (ARN) for a parameter, only the parameter name itself.
- Parameters:
name
- The parameter name on which you want to attach 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 on which you want to attach one or more labels. If no version is specified, the system attaches the label to the latest version.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
labels
One or more labels to attach to the specified parameter version.
- Parameters:
labels
- One or more labels to attach to 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 attach to the specified parameter version.
- Parameters:
labels
- One or more labels to attach to the specified parameter version.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
LabelParameterVersionRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
LabelParameterVersionRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-