primaryRegion
- Returns:
- The value of the PrimaryRegion property for this object.
Serializable
, SdkPojo
, ToCopyableBuilder<KeySummary.Builder,KeySummary>
Metadata about an Amazon Web Services Payment Cryptography key.
static KeySummary.Builder
builder()
final Boolean
enabled()
final boolean
final boolean
equalsBySdkFields(Object obj)
final Boolean
final <T> Optional<T>
getValueForField(String fieldName,
Class<T> clazz)
final int
hashCode()
final String
keyArn()
final KeyAttributes
final String
final KeyState
keyState()
final String
final MultiRegionKeyType
final String
final String
static Class<? extends KeySummary.Builder>
final String
toString()
copy
The Amazon Resource Name (ARN) of the key.
The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
If the service returns an enum value that is not available in the current SDK version, keyState
will
return KeyState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
keyStateAsString()
.
The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
If the service returns an enum value that is not available in the current SDK version, keyState
will
return KeyState.UNKNOWN_TO_SDK_VERSION
. The raw value returned by the service is available from
keyStateAsString()
.
The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key. This data is immutable after the key is created.
The key check value (KCV) is used to check if all parties holding a given key have the same key or to detect that a key has changed.
Specifies whether the key is exportable. This data is immutable after the key is created.
Specifies whether the key is enabled.
Indicates whether this key is a multi-region key and its role in the multi-region key hierarchy.
Multi-region keys allow the same key material to be used across multiple Amazon Web Services Regions. This field specifies whether the key is a primary key (which can be replicated to other regions) or a replica key (which is a copy of a primary key in another region).
If the service returns an enum value that is not available in the current SDK version,
multiRegionKeyType
will return MultiRegionKeyType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from multiRegionKeyTypeAsString()
.
Multi-region keys allow the same key material to be used across multiple Amazon Web Services Regions. This field specifies whether the key is a primary key (which can be replicated to other regions) or a replica key (which is a copy of a primary key in another region).
Indicates whether this key is a multi-region key and its role in the multi-region key hierarchy.
Multi-region keys allow the same key material to be used across multiple Amazon Web Services Regions. This field specifies whether the key is a primary key (which can be replicated to other regions) or a replica key (which is a copy of a primary key in another region).
If the service returns an enum value that is not available in the current SDK version,
multiRegionKeyType
will return MultiRegionKeyType.UNKNOWN_TO_SDK_VERSION
. The raw value returned
by the service is available from multiRegionKeyTypeAsString()
.
Multi-region keys allow the same key material to be used across multiple Amazon Web Services Regions. This field specifies whether the key is a primary key (which can be replicated to other regions) or a replica key (which is a copy of a primary key in another region).
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<KeySummary.Builder,KeySummary>
SdkPojo
SdkPojo
class,
and is generated based on a service model.
If an SdkPojo
class does not have any inherited fields, equalsBySdkFields
and equals
are essentially the same.
equalsBySdkFields
in interface SdkPojo
obj
- the object to be compared withsdkFieldNameToField
in interface SdkPojo