Interface KeyListEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<KeyListEntry.Builder,,KeyListEntry> SdkBuilder<KeyListEntry.Builder,,KeyListEntry> SdkPojo
- Enclosing class:
- KeyListEntry
@Mutable
@NotThreadSafe
public static interface KeyListEntry.Builder
extends SdkPojo, CopyableBuilder<KeyListEntry.Builder,KeyListEntry>
-
Method Summary
Modifier and TypeMethodDescriptionARN of the key.Unique identifier of the key.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
keyId
Unique identifier of the key.
- Parameters:
keyId- Unique identifier of the key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
keyArn
ARN of the key.
- Parameters:
keyArn- ARN of the key.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-