Interface DeploymentParameterInput.Builder

All Superinterfaces:
Buildable, CopyableBuilder<DeploymentParameterInput.Builder,DeploymentParameterInput>, SdkBuilder<DeploymentParameterInput.Builder,DeploymentParameterInput>, SdkPojo
Enclosing class:
DeploymentParameterInput

public static interface DeploymentParameterInput.Builder extends SdkPojo, CopyableBuilder<DeploymentParameterInput.Builder,DeploymentParameterInput>
  • Method Details

    • name

      The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.

      Parameters:
      name - The desired name of the deployment parameter. This is the identifier on which deployment parameters are keyed for a given buyer and product. If this name matches an existing deployment parameter, this request will update the existing resource.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • secretString

      DeploymentParameterInput.Builder secretString(String secretString)

      The text to encrypt and store in the secret.

      Parameters:
      secretString - The text to encrypt and store in the secret.
      Returns:
      Returns a reference to this object so that method calls can be chained together.