public static interface Signer.Builder extends SdkPojo, CopyableBuilder<Signer.Builder,Signer>
| Modifier and Type | Method and Description |
|---|---|
Signer.Builder |
awsAccountNumber(String awsAccountNumber)
An account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures
of signed URLs and signed cookies.
|
default Signer.Builder |
keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)
A list of CloudFront key pair identifiers.
|
Signer.Builder |
keyPairIds(KeyPairIds keyPairIds)
A list of CloudFront key pair identifiers.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildSigner.Builder awsAccountNumber(String awsAccountNumber)
An account number that contains active CloudFront key pairs that CloudFront can use to verify the signatures
of signed URLs and signed cookies. If the account that owns the key pairs is the same account that owns the
CloudFront distribution, the value of this field is self.
awsAccountNumber - An account number that contains active CloudFront key pairs that CloudFront can use to verify the
signatures of signed URLs and signed cookies. If the account that owns the key pairs is the same
account that owns the CloudFront distribution, the value of this field is self.Signer.Builder keyPairIds(KeyPairIds keyPairIds)
A list of CloudFront key pair identifiers.
keyPairIds - A list of CloudFront key pair identifiers.default Signer.Builder keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)
A list of CloudFront key pair identifiers.
This is a convenience that creates an instance of theKeyPairIds.Builder avoiding the need to create
one manually via KeyPairIds.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to keyPairIds(KeyPairIds).keyPairIds - a consumer that will call methods on KeyPairIds.BuilderkeyPairIds(KeyPairIds)Copyright © 2021. All rights reserved.