Interface PolicyTypeDescription.Builder

    • Method Detail

      • policyTypeName

        PolicyTypeDescription.Builder policyTypeName​(String policyTypeName)

        The name of the policy type.

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

        PolicyTypeDescription.Builder description​(String description)

        A description of the policy type.

        Parameters:
        description - A description of the policy type.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyAttributeTypeDescriptions

        PolicyTypeDescription.Builder policyAttributeTypeDescriptions​(Collection<PolicyAttributeTypeDescription> policyAttributeTypeDescriptions)

        The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

        Parameters:
        policyAttributeTypeDescriptions - The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • policyAttributeTypeDescriptions

        PolicyTypeDescription.Builder policyAttributeTypeDescriptions​(PolicyAttributeTypeDescription... policyAttributeTypeDescriptions)

        The description of the policy attributes associated with the policies defined by Elastic Load Balancing.

        Parameters:
        policyAttributeTypeDescriptions - The description of the policy attributes associated with the policies defined by Elastic Load Balancing.
        Returns:
        Returns a reference to this object so that method calls can be chained together.