Class CfnAnalysis.StaticFileProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnAnalysis.StaticFileProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysis.StaticFileProperty>
- Enclosing interface:
CfnAnalysis.StaticFileProperty
@Stability(Stable)
public static final class CfnAnalysis.StaticFileProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysis.StaticFileProperty>
A builder for
CfnAnalysis.StaticFileProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.imageStaticFile(IResolvable imageStaticFile) Sets the value ofCfnAnalysis.StaticFileProperty.getImageStaticFile()imageStaticFile(CfnAnalysis.ImageStaticFileProperty imageStaticFile) Sets the value ofCfnAnalysis.StaticFileProperty.getImageStaticFile()spatialStaticFile(IResolvable spatialStaticFile) Sets the value ofCfnAnalysis.StaticFileProperty.getSpatialStaticFile()spatialStaticFile(CfnAnalysis.SpatialStaticFileProperty spatialStaticFile) Sets the value ofCfnAnalysis.StaticFileProperty.getSpatialStaticFile()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
imageStaticFile
@Stability(Stable) public CfnAnalysis.StaticFileProperty.Builder imageStaticFile(IResolvable imageStaticFile) Sets the value ofCfnAnalysis.StaticFileProperty.getImageStaticFile()- Parameters:
imageStaticFile- The image static file.- Returns:
this
-
imageStaticFile
@Stability(Stable) public CfnAnalysis.StaticFileProperty.Builder imageStaticFile(CfnAnalysis.ImageStaticFileProperty imageStaticFile) Sets the value ofCfnAnalysis.StaticFileProperty.getImageStaticFile()- Parameters:
imageStaticFile- The image static file.- Returns:
this
-
spatialStaticFile
@Stability(Stable) public CfnAnalysis.StaticFileProperty.Builder spatialStaticFile(IResolvable spatialStaticFile) Sets the value ofCfnAnalysis.StaticFileProperty.getSpatialStaticFile()- Parameters:
spatialStaticFile- The spacial static file.- Returns:
this
-
spatialStaticFile
@Stability(Stable) public CfnAnalysis.StaticFileProperty.Builder spatialStaticFile(CfnAnalysis.SpatialStaticFileProperty spatialStaticFile) Sets the value ofCfnAnalysis.StaticFileProperty.getSpatialStaticFile()- Parameters:
spatialStaticFile- The spacial static file.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysis.StaticFileProperty>- Returns:
- a new instance of
CfnAnalysis.StaticFileProperty - Throws:
NullPointerException- if any required attribute was not provided
-