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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuccessfulKeyRegistrationEntry.BuilderkeyArn(String keyArn)The ARN of the KMS key that is associated with theSuccessfulKeyRegistrationEntryentry.SuccessfulKeyRegistrationEntry.BuilderstatusCode(Integer statusCode)The HTTP status of aSuccessfulKeyRegistrationEntryentry.-
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 Detail
-
keyArn
SuccessfulKeyRegistrationEntry.Builder keyArn(String keyArn)
The ARN of the KMS key that is associated with the
SuccessfulKeyRegistrationEntryentry.- Parameters:
keyArn- The ARN of the KMS key that is associated with theSuccessfulKeyRegistrationEntryentry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
statusCode
SuccessfulKeyRegistrationEntry.Builder statusCode(Integer statusCode)
The HTTP status of a
SuccessfulKeyRegistrationEntryentry.- Parameters:
statusCode- The HTTP status of aSuccessfulKeyRegistrationEntryentry.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-