Interface SigningKeyInfo.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SigningKeyInfo.Builder,,SigningKeyInfo> SdkBuilder<SigningKeyInfo.Builder,,SigningKeyInfo> SdkPojo
- Enclosing class:
SigningKeyInfo
@Mutable
@NotThreadSafe
public static interface SigningKeyInfo.Builder
extends SdkPojo, CopyableBuilder<SigningKeyInfo.Builder,SigningKeyInfo>
-
Method Summary
Modifier and TypeMethodDescriptionThe ARN of the AWS KMS key used to sign the permit.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
-
kmsKey
The ARN of the AWS KMS key used to sign the permit. The key must have key spec ECC_NIST_P384 and key usage SIGN_VERIFY.
- Parameters:
kmsKey- The ARN of the AWS KMS key used to sign the permit. The key must have key spec ECC_NIST_P384 and key usage SIGN_VERIFY.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-