Interface KeySummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<KeySummary.Builder,
,KeySummary> SdkBuilder<KeySummary.Builder,
,KeySummary> SdkPojo
- Enclosing class:
KeySummary
-
Method Summary
Modifier and TypeMethodDescriptionSpecifies whether the key is enabled.exportable
(Boolean exportable) Specifies whether the key is exportable.The Amazon Resource Name (ARN) of the key.default KeySummary.Builder
keyAttributes
(Consumer<KeyAttributes.Builder> keyAttributes) The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.keyAttributes
(KeyAttributes keyAttributes) The role of the key, the algorithm it supports, and the cryptographic operations allowed with the key.keyCheckValue
(String 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.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.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
keyArn
The Amazon Resource Name (ARN) of the key.
- Parameters:
keyArn
- The Amazon Resource Name (ARN) of the key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyState
The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
- Parameters:
keyState
- The state of an Amazon Web Services Payment Cryptography that is being created or deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
keyState
The state of an Amazon Web Services Payment Cryptography that is being created or deleted.
- Parameters:
keyState
- The state of an Amazon Web Services Payment Cryptography that is being created or deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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.
This is a convenience method that creates an instance of theKeyAttributes.Builder
avoiding the need to create one manually viaKeyAttributes.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tokeyAttributes(KeyAttributes)
.- Parameters:
keyAttributes
- a consumer that will call methods onKeyAttributes.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
exportable
Specifies whether the key is exportable. This data is immutable after the key is created.
- Parameters:
exportable
- Specifies whether the key is exportable. This data is immutable after the key is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
enabled
Specifies whether the key is enabled.
- Parameters:
enabled
- Specifies whether the key is enabled.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-