ToCopyableBuilder<KeyPairIds.Builder,KeyPairIds>
@Generated("software.amazon.awssdk:codegen") public class KeyPairIds extends Object implements ToCopyableBuilder<KeyPairIds.Builder,KeyPairIds>
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
Modifier and Type | Class | Description |
---|---|---|
static interface |
KeyPairIds.Builder |
Modifier and Type | Method | Description |
---|---|---|
static KeyPairIds.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
List<String> |
items() |
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber . |
Integer |
quantity() |
The number of active CloudFront key pairs for
AwsAccountNumber . |
static Class<? extends KeyPairIds.Builder> |
serializableBuilderClass() |
|
KeyPairIds.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public Integer quantity()
The number of active CloudFront key pairs for AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
public List<String> items()
A complex type that lists the active CloudFront key pairs, if any, that are associated with
AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
AwsAccountNumber
.
For more information, see ActiveTrustedSigners.
public KeyPairIds.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<KeyPairIds.Builder,KeyPairIds>
public static KeyPairIds.Builder builder()
public static Class<? extends KeyPairIds.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.