CopyableBuilder<Signer.Builder,Signer>
, SdkBuilder<Signer.Builder,Signer>
public static interface Signer.Builder extends CopyableBuilder<Signer.Builder,Signer>
Modifier and Type | Method | 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 . |
copy
apply, build
Signer.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 Amazon Web Services, Inc. All Rights Reserved.