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