Class CfnDashboard.StaticFileSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.StaticFileSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.StaticFileSourceProperty>
- Enclosing interface:
CfnDashboard.StaticFileSourceProperty
@Stability(Stable)
public static final class CfnDashboard.StaticFileSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.StaticFileSourceProperty>
A builder for
CfnDashboard.StaticFileSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.s3Options(IResolvable s3Options) Sets the value ofCfnDashboard.StaticFileSourceProperty.getS3Options()Sets the value ofCfnDashboard.StaticFileSourceProperty.getS3Options()urlOptions(IResolvable urlOptions) Sets the value ofCfnDashboard.StaticFileSourceProperty.getUrlOptions()Sets the value ofCfnDashboard.StaticFileSourceProperty.getUrlOptions()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
s3Options
@Stability(Stable) public CfnDashboard.StaticFileSourceProperty.Builder s3Options(IResolvable s3Options) Sets the value ofCfnDashboard.StaticFileSourceProperty.getS3Options()- Parameters:
s3Options- The structure that contains the Amazon S3 location to download the static file from.- Returns:
this
-
s3Options
@Stability(Stable) public CfnDashboard.StaticFileSourceProperty.Builder s3Options(CfnDashboard.StaticFileS3SourceOptionsProperty s3Options) Sets the value ofCfnDashboard.StaticFileSourceProperty.getS3Options()- Parameters:
s3Options- The structure that contains the Amazon S3 location to download the static file from.- Returns:
this
-
urlOptions
@Stability(Stable) public CfnDashboard.StaticFileSourceProperty.Builder urlOptions(IResolvable urlOptions) Sets the value ofCfnDashboard.StaticFileSourceProperty.getUrlOptions()- Parameters:
urlOptions- The structure that contains the URL to download the static file from.- Returns:
this
-
urlOptions
@Stability(Stable) public CfnDashboard.StaticFileSourceProperty.Builder urlOptions(CfnDashboard.StaticFileUrlSourceOptionsProperty urlOptions) Sets the value ofCfnDashboard.StaticFileSourceProperty.getUrlOptions()- Parameters:
urlOptions- The structure that contains the URL to download the static file from.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.StaticFileSourceProperty>- Returns:
- a new instance of
CfnDashboard.StaticFileSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-