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