ToCopyableBuilder<Signer.Builder,Signer>@Generated("software.amazon.awssdk:codegen") public class Signer extends Object implements ToCopyableBuilder<Signer.Builder,Signer>
A complex type that lists the AWS accounts that were included in the TrustedSigners complex type, as
well as their active CloudFront key pair IDs, if any.
| Modifier and Type | Class | Description |
|---|---|---|
static interface |
Signer.Builder |
| Modifier and Type | Method | Description |
|---|---|---|
String |
awsAccountNumber() |
An AWS account that is included in the
TrustedSigners complex type for this RTMP distribution. |
static Signer.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
KeyPairIds |
keyPairIds() |
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber. |
static Class<? extends Signer.Builder> |
serializableBuilderClass() |
|
Signer.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public 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.
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.
public KeyPairIds keyPairIds()
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber.
AwsAccountNumber.public Signer.Builder toBuilder()
ToCopyableBuildertoBuilder in interface ToCopyableBuilder<Signer.Builder,Signer>public static Signer.Builder builder()
public static Class<? extends Signer.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.