@Generated(value="software.amazon.awssdk:codegen") public final class ActiveTrustedSigners extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ActiveTrustedSigners.Builder,ActiveTrustedSigners>
A complex type that lists the AWS accounts, if any, that you included in the TrustedSigners complex type
for this distribution. These are the accounts that you want to allow to create signed URLs for private content.
The Signer complex type lists the AWS account number of the trusted signer or self if the
signer is the AWS account that created the distribution. The Signer element also includes the IDs of any
active CloudFront key pairs that are associated with the trusted signer's AWS account. If no KeyPairId
element appears for a Signer, that signer can't create signed URLs.
For more information, see Serving Private Content through CloudFront in the Amazon CloudFront Developer Guide.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ActiveTrustedSigners.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ActiveTrustedSigners.Builder |
builder() |
Boolean |
enabled()
Enabled is
true if any of the AWS accounts listed in the TrustedSigners complex type
for this distribution have active CloudFront key pairs. |
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
List<Signer> |
items()
A complex type that contains one
Signer complex type for each trusted signer that is specified in
the TrustedSigners complex type. |
Integer |
quantity()
The number of trusted signers specified in the
TrustedSigners complex type. |
List<SdkField<?>> |
sdkFields() |
static Class<? extends ActiveTrustedSigners.Builder> |
serializableBuilderClass() |
ActiveTrustedSigners.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic Boolean enabled()
Enabled is true if any of the AWS accounts listed in the TrustedSigners complex type
for this distribution have active CloudFront key pairs. If not, Enabled is false.
true if any of the AWS accounts listed in the TrustedSigners complex
type for this distribution have active CloudFront key pairs. If not, Enabled is
false.public Integer quantity()
The number of trusted signers specified in the TrustedSigners complex type.
TrustedSigners complex type.public List<Signer> items()
A complex type that contains one Signer complex type for each trusted signer that is specified in
the TrustedSigners complex type.
Attempts to modify the collection returned by this method will result in an UnsupportedOperationException.
Signer complex type for each trusted signer that is
specified in the TrustedSigners complex type.public ActiveTrustedSigners.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ActiveTrustedSigners.Builder,ActiveTrustedSigners>public static ActiveTrustedSigners.Builder builder()
public static Class<? extends ActiveTrustedSigners.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2019. All rights reserved.