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