public static interface Signer.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<Signer.Builder,Signer>
| Modifier and Type | Method and Description |
|---|---|
Signer.Builder |
awsAccountNumber(String awsAccountNumber)
An AWS account that is included in the
TrustedSigners complex type for this RTMP distribution. |
Signer.Builder |
keyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber. |
copyapply, buildSigner.Builder awsAccountNumber(String awsAccountNumber)
An AWS account that is included in the TrustedSigners complex type for this RTMP distribution.
Valid values include:
self, which is the AWS account used to create the distribution.
An AWS account number.
awsAccountNumber - An AWS account that is included in the TrustedSigners complex type for this RTMP
distribution. Valid values include:
self, which is the AWS account used to create the distribution.
An AWS account number.
Signer.Builder keyPairIds(KeyPairIds keyPairIds)
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
keyPairIds - A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.Copyright © 2017. All rights reserved.