Interface LabelParameterVersionRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<LabelParameterVersionRequest.Builder,LabelParameterVersionRequest>, SdkBuilder<LabelParameterVersionRequest.Builder,LabelParameterVersionRequest>, SdkPojo, SdkRequest.Builder, SsmRequest.Builder
Enclosing class:
LabelParameterVersionRequest

  • 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

      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.

      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)
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
    • overrideConfiguration

      Specified by:
      overrideConfiguration in interface AwsRequest.Builder