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