Interface StaticValue.Builder

    • Method Detail

      • values

        StaticValue.Builder values​(Collection<String> values)

        A list of values. For example, the ARN of the assumed role.

        Parameters:
        values - A list of values. For example, the ARN of the assumed role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • values

        StaticValue.Builder values​(String... values)

        A list of values. For example, the ARN of the assumed role.

        Parameters:
        values - A list of values. For example, the ARN of the assumed role.
        Returns:
        Returns a reference to this object so that method calls can be chained together.