Interface Signer.Builder

    • Method Detail

      • awsAccountNumber

        Signer.Builder awsAccountNumber​(String awsAccountNumber)

        An Amazon Web Services account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If the Amazon Web Services account that owns the key pairs is the same account that owns the CloudFront distribution, the value of this field is self .

        Parameters:
        awsAccountNumber - An Amazon Web Services account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures of signed URLs and signed cookies. If the Amazon Web Services account that owns the key pairs is the same account that owns the CloudFront distribution, the value of this field is self.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyPairIds

        Signer.Builder keyPairIds​(KeyPairIds keyPairIds)

        A list of CloudFront key pair identifiers.

        Parameters:
        keyPairIds - A list of CloudFront key pair identifiers.
        Returns:
        Returns a reference to this object so that method calls can be chained together.