Interface Parameter.Builder

    • Method Detail

      • name

        Parameter.Builder name​(String name)

        The name of the parameter.

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

        Parameter.Builder type​(String type)

        The type of parameter. Valid values include the following: String, StringList, and SecureString.

        If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

        Parameters:
        type - The type of parameter. Valid values include the following: String, StringList, and SecureString.

        If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParameterType, ParameterType
      • type

        Parameter.Builder type​(ParameterType type)

        The type of parameter. Valid values include the following: String, StringList, and SecureString.

        If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

        Parameters:
        type - The type of parameter. Valid values include the following: String, StringList, and SecureString.

        If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ParameterType, ParameterType
      • value

        Parameter.Builder value​(String value)

        The parameter value.

        If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

        Parameters:
        value - The parameter value.

        If type is StringList, the system returns a comma-separated string with no spaces between commas in the Value field.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • version

        Parameter.Builder version​(Long version)

        The parameter version.

        Parameters:
        version - The parameter version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • selector

        Parameter.Builder selector​(String selector)

        Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:

        parameter_name:version

        parameter_name:label

        Parameters:
        selector - Either the version number or the label used to retrieve the parameter value. Specify selectors by using one of the following formats:

        parameter_name:version

        parameter_name:label

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • sourceResult

        Parameter.Builder sourceResult​(String sourceResult)

        Applies to parameters that reference information in other Amazon Web Services services. SourceResult is the raw result or response from the source.

        Parameters:
        sourceResult - Applies to parameters that reference information in other Amazon Web Services services. SourceResult is the raw result or response from the source.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModifiedDate

        Parameter.Builder lastModifiedDate​(Instant lastModifiedDate)

        Date the parameter was last changed or updated and the parameter version was created.

        Parameters:
        lastModifiedDate - Date the parameter was last changed or updated and the parameter version was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • arn

        Parameter.Builder arn​(String arn)

        The Amazon Resource Name (ARN) of the parameter.

        Parameters:
        arn - The Amazon Resource Name (ARN) of the parameter.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • dataType

        Parameter.Builder dataType​(String dataType)

        The data type of the parameter, such as text or aws:ec2:image. The default is text.

        Parameters:
        dataType - The data type of the parameter, such as text or aws:ec2:image. The default is text.
        Returns:
        Returns a reference to this object so that method calls can be chained together.