Interface DeploymentParameterInput.Builder

    • Method Detail

      • name

        DeploymentParameterInput.Builder name​(String 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.