Class CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.kinesisanalyticsv2.CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty>
- Enclosing interface:
CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty
@Stability(Stable)
public static final class CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty>
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucketArn
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty.Builder bucketArn(String bucketArn) Sets the value ofCfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty.getBucketArn()- Parameters:
bucketArn- The Amazon Resource Name (ARN) of the S3 bucket.- Returns:
this
-
fileKey
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty.Builder fileKey(String fileKey) Sets the value ofCfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty.getFileKey()- Parameters:
fileKey- The object key name containing the reference data.- Returns:
this
-
build
@Stability(Stable) public CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty>- Returns:
- a new instance of
CfnApplicationReferenceDataSourcePropsMixin.S3ReferenceDataSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-