Interface DeploymentSpecificationsField.Builder

    • Method Detail

      • allowedValues

        DeploymentSpecificationsField.Builder allowedValues​(Collection<String> allowedValues)

        The allowed values of the deployment specification.

        Parameters:
        allowedValues - The allowed values of the deployment specification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • allowedValues

        DeploymentSpecificationsField.Builder allowedValues​(String... allowedValues)

        The allowed values of the deployment specification.

        Parameters:
        allowedValues - The allowed values of the deployment specification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • conditionals

        DeploymentSpecificationsField.Builder conditionals​(DeploymentConditionalField... conditionals)

        The conditionals used for the deployment specification.

        Parameters:
        conditionals - The conditionals used for the deployment specification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • description

        DeploymentSpecificationsField.Builder description​(String description)

        The description of the deployment specification.

        Parameters:
        description - The description of the deployment specification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        DeploymentSpecificationsField.Builder name​(String name)

        The name of the deployment specification.

        Parameters:
        name - The name of the deployment specification.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • required

        DeploymentSpecificationsField.Builder required​(String required)

        Indicates if the deployment specification is required.

        Parameters:
        required - Indicates if the deployment specification is required.
        Returns:
        Returns a reference to this object so that method calls can be chained together.