Class CfnDashboard.SheetImageStaticFileSourceProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnDashboard.SheetImageStaticFileSourceProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboard.SheetImageStaticFileSourceProperty>
- Enclosing interface:
CfnDashboard.SheetImageStaticFileSourceProperty
@Stability(Stable)
public static final class CfnDashboard.SheetImageStaticFileSourceProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboard.SheetImageStaticFileSourceProperty>
A builder for
CfnDashboard.SheetImageStaticFileSourceProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.staticFileId(String staticFileId) Sets the value ofCfnDashboard.SheetImageStaticFileSourceProperty.getStaticFileId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
staticFileId
@Stability(Stable) public CfnDashboard.SheetImageStaticFileSourceProperty.Builder staticFileId(String staticFileId) Sets the value ofCfnDashboard.SheetImageStaticFileSourceProperty.getStaticFileId()- Parameters:
staticFileId- The ID of the static file that contains the image. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboard.SheetImageStaticFileSourceProperty>- Returns:
- a new instance of
CfnDashboard.SheetImageStaticFileSourceProperty - Throws:
NullPointerException- if any required attribute was not provided
-