Interface SuccessfulKeyRegistrationEntry.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SuccessfulKeyRegistrationEntry.Builder,
,SuccessfulKeyRegistrationEntry> SdkBuilder<SuccessfulKeyRegistrationEntry.Builder,
,SuccessfulKeyRegistrationEntry> SdkPojo
- Enclosing class:
SuccessfulKeyRegistrationEntry
@Mutable
@NotThreadSafe
public static interface SuccessfulKeyRegistrationEntry.Builder
extends SdkPojo, CopyableBuilder<SuccessfulKeyRegistrationEntry.Builder,SuccessfulKeyRegistrationEntry>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the KMS key that is associated with theSuccessfulKeyRegistrationEntry
entry.statusCode
(Integer statusCode) The HTTP status of aSuccessfulKeyRegistrationEntry
entry.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 ARN of the KMS key that is associated with the
SuccessfulKeyRegistrationEntry
entry.- Parameters:
keyArn
- The ARN of the KMS key that is associated with theSuccessfulKeyRegistrationEntry
entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
The HTTP status of a
SuccessfulKeyRegistrationEntry
entry.- Parameters:
statusCode
- The HTTP status of aSuccessfulKeyRegistrationEntry
entry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-