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