public static interface Signer.Builder extends SdkPojo, 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. | 
default Signer.Builder | 
keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)
 A complex type that lists the active CloudFront key pairs, if any, that are associated with
  
AwsAccountNumber. | 
Signer.Builder | 
keyPairIds(KeyPairIds keyPairIds)
 A complex type that lists the active CloudFront key pairs, if any, that are associated with
  
AwsAccountNumber. | 
copyapplyMutation, 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.default Signer.Builder keyPairIds(Consumer<KeyPairIds.Builder> keyPairIds)
 A complex type that lists the active CloudFront key pairs, if any, that are associated with
 AwsAccountNumber.
 
KeyPairIds.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 © 2017 Amazon Web Services, Inc. All Rights Reserved.