Class CfnFunctionPropsMixin.KeySAMPTProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.sam.CfnFunctionPropsMixin.KeySAMPTProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnFunctionPropsMixin.KeySAMPTProperty>
- Enclosing interface:
CfnFunctionPropsMixin.KeySAMPTProperty
@Stability(Stable)
public static final class CfnFunctionPropsMixin.KeySAMPTProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnFunctionPropsMixin.KeySAMPTProperty>
A builder for
CfnFunctionPropsMixin.KeySAMPTProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnFunctionPropsMixin.KeySAMPTProperty.getKeyId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
keyId
Sets the value ofCfnFunctionPropsMixin.KeySAMPTProperty.getKeyId()- Parameters:
keyId- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnFunctionPropsMixin.KeySAMPTProperty>- Returns:
- a new instance of
CfnFunctionPropsMixin.KeySAMPTProperty - Throws:
NullPointerException- if any required attribute was not provided
-