Interface TrustedSigners.Builder

    • Method Detail

      • enabled

        TrustedSigners.Builder enabled​(Boolean enabled)

        This field is true if any of the Amazon Web Services accounts in the list are configured as trusted signers. If not, this field is false.

        Parameters:
        enabled - This field is true if any of the Amazon Web Services accounts in the list are configured as trusted signers. If not, this field is false.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • quantity

        TrustedSigners.Builder quantity​(Integer quantity)

        The number of Amazon Web Services accounts in the list.

        Parameters:
        quantity - The number of Amazon Web Services accounts in the list.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        TrustedSigners.Builder items​(Collection<String> items)

        A list of Amazon Web Services account identifiers.

        Parameters:
        items - A list of Amazon Web Services account identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • items

        TrustedSigners.Builder items​(String... items)

        A list of Amazon Web Services account identifiers.

        Parameters:
        items - A list of Amazon Web Services account identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.