Interface ActiveTrustedSigners.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ActiveTrustedSigners.Builder,ActiveTrustedSigners>, SdkBuilder<ActiveTrustedSigners.Builder,ActiveTrustedSigners>, SdkPojo
Enclosing class:
ActiveTrustedSigners

public static interface ActiveTrustedSigners.Builder extends SdkPojo, CopyableBuilder<ActiveTrustedSigners.Builder,ActiveTrustedSigners>
  • Method Details

    • 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

      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

      A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.

      Parameters:
      items - A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.

      Parameters:
      items - A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • items

      A list of Amazon Web Services accounts and the identifiers of active CloudFront key pairs in each account that CloudFront can use to verify the signatures of signed URLs and signed cookies.

      This is a convenience method that creates an instance of the Signer.Builder avoiding the need to create one manually via Signer.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to items(List<Signer>).

      Parameters:
      items - a consumer that will call methods on Signer.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: