Class CfnDataSourcePropsMixin.ManifestFileLocationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.ManifestFileLocationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.ManifestFileLocationProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.ManifestFileLocationProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.ManifestFileLocationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.ManifestFileLocationProperty>
A builder for
CfnDataSourcePropsMixin.ManifestFileLocationProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnDataSourcePropsMixin.ManifestFileLocationProperty.getBucket()build()Builds the configured instance.Sets the value ofCfnDataSourcePropsMixin.ManifestFileLocationProperty.getKey()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
bucket
@Stability(Stable) public CfnDataSourcePropsMixin.ManifestFileLocationProperty.Builder bucket(String bucket) Sets the value ofCfnDataSourcePropsMixin.ManifestFileLocationProperty.getBucket()- Parameters:
bucket- Amazon S3 bucket.- Returns:
this
-
key
@Stability(Stable) public CfnDataSourcePropsMixin.ManifestFileLocationProperty.Builder key(String key) Sets the value ofCfnDataSourcePropsMixin.ManifestFileLocationProperty.getKey()- Parameters:
key- Amazon S3 key that identifies an object.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.ManifestFileLocationProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.ManifestFileLocationProperty - Throws:
NullPointerException- if any required attribute was not provided
-