primaryRegion
- Parameters:
primaryRegion
- The new value for the PrimaryRegion property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
Buildable
, CopyableBuilder<KeySummary.Builder,KeySummary>
, SdkBuilder<KeySummary.Builder,KeySummary>
, SdkPojo
KeySummary
exportable(Boolean exportable)
default KeySummary.Builder
keyAttributes(Consumer<KeyAttributes.Builder> keyAttributes)
keyAttributes(KeyAttributes keyAttributes)
keyCheckValue(String keyCheckValue)
multiRegionKeyType(String multiRegionKeyType)
multiRegionKeyType(MultiRegionKeyType multiRegionKeyType)
primaryRegion(String primaryRegion)
copy
applyMutation, build
equalsBySdkFields, sdkFieldNameToField, sdkFields
The Amazon Resource Name (ARN) of the key.
keyArn
- The Amazon Resource Name (ARN) of the key.The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
keyState
- The state of an Amazon Web Services Payment Cryptography that is being created or deleted.The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
keyState
- The state of an Amazon Web Services Payment Cryptography that is being created or deleted.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.
keyAttributes
- 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 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.
This is a convenience method that creates an instance of theKeyAttributes.Builder
avoiding the need
to create one manually via KeyAttributes.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called immediately and its
result is passed to keyAttributes(KeyAttributes)
.
keyAttributes
- a consumer that will call methods on KeyAttributes.Builder
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.
keyCheckValue
- 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.
exportable
- Specifies whether the key is exportable. This data is immutable after the key is created.Specifies whether the key is enabled.
enabled
- 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).
multiRegionKeyType
- 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).
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).
multiRegionKeyType
- 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).
primaryRegion
- The new value for the PrimaryRegion property for this object.