Class CfnDataSourcePropsMixin.S3ParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.mixins.preview.services.quicksight.mixins.CfnDataSourcePropsMixin.S3ParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.S3ParametersProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.S3ParametersProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.S3ParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.S3ParametersProperty>
A builder for
CfnDataSourcePropsMixin.S3ParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.manifestFileLocation(IResolvable manifestFileLocation) Sets the value ofCfnDataSourcePropsMixin.S3ParametersProperty.getManifestFileLocation()manifestFileLocation(CfnDataSourcePropsMixin.ManifestFileLocationProperty manifestFileLocation) Sets the value ofCfnDataSourcePropsMixin.S3ParametersProperty.getManifestFileLocation()Sets the value ofCfnDataSourcePropsMixin.S3ParametersProperty.getRoleArn()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
manifestFileLocation
@Stability(Stable) public CfnDataSourcePropsMixin.S3ParametersProperty.Builder manifestFileLocation(IResolvable manifestFileLocation) Sets the value ofCfnDataSourcePropsMixin.S3ParametersProperty.getManifestFileLocation()- Parameters:
manifestFileLocation- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Quick Sight.- Returns:
this
-
manifestFileLocation
@Stability(Stable) public CfnDataSourcePropsMixin.S3ParametersProperty.Builder manifestFileLocation(CfnDataSourcePropsMixin.ManifestFileLocationProperty manifestFileLocation) Sets the value ofCfnDataSourcePropsMixin.S3ParametersProperty.getManifestFileLocation()- Parameters:
manifestFileLocation- Location of the Amazon S3 manifest file. This is NULL if the manifest file was uploaded into Quick Sight.- Returns:
this
-
roleArn
@Stability(Stable) public CfnDataSourcePropsMixin.S3ParametersProperty.Builder roleArn(String roleArn) Sets the value ofCfnDataSourcePropsMixin.S3ParametersProperty.getRoleArn()- Parameters:
roleArn- Use theRoleArnstructure to override an account-wide role for a specific S3 data source. For example, say an account administrator has turned off all S3 access with an account-wide role. The administrator can then useRoleArnto bypass the account-wide role and allow S3 access for the single S3 data source that is specified in the structure, even if the account-wide role forbidding S3 access is still active.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.S3ParametersProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.S3ParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-