@Generated(value="software.amazon.awssdk:codegen") public final class Signer extends Object implements SdkPojo, Serializable, 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 and Description |
---|---|
static interface |
Signer.Builder |
Modifier and Type | Method and 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) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
KeyPairIds |
keyPairIds()
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber . |
List<SdkField<?>> |
sdkFields() |
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() |
copy
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()
ToCopyableBuilder
toBuilder
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.