Interface UnlabelParameterVersionRequest.Builder

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

public static interface UnlabelParameterVersionRequest.Builder extends SsmRequest.Builder, SdkPojo, CopyableBuilder<UnlabelParameterVersionRequest.Builder,UnlabelParameterVersionRequest>
  • 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

      UnlabelParameterVersionRequest.Builder parameterVersion(Long 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)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.