Class CfnSupportPermit.SigningKeyInfoProperty.Builder
java.lang.Object
software.amazon.awscdk.services.supportauthz.CfnSupportPermit.SigningKeyInfoProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnSupportPermit.SigningKeyInfoProperty>
- Enclosing interface:
CfnSupportPermit.SigningKeyInfoProperty
@Stability(Stable)
public static final class CfnSupportPermit.SigningKeyInfoProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnSupportPermit.SigningKeyInfoProperty>
A builder for
CfnSupportPermit.SigningKeyInfoProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnSupportPermit.SigningKeyInfoProperty.getKmsKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
kmsKey
Sets the value ofCfnSupportPermit.SigningKeyInfoProperty.getKmsKey()- Parameters:
kmsKey- The ARN of the KMS key used to sign permit grants. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnSupportPermit.SigningKeyInfoProperty>- Returns:
- a new instance of
CfnSupportPermit.SigningKeyInfoProperty - Throws:
NullPointerException- if any required attribute was not provided
-