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