Class CfnAnalysisPropsMixin.SheetImageProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnAnalysisPropsMixin.SheetImageProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnAnalysisPropsMixin.SheetImageProperty>
- Enclosing interface:
CfnAnalysisPropsMixin.SheetImageProperty
@Stability(Stable)
public static final class CfnAnalysisPropsMixin.SheetImageProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnAnalysisPropsMixin.SheetImageProperty>
A builder for
CfnAnalysisPropsMixin.SheetImageProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionSets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getActions()actions(IResolvable actions) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getActions()build()Builds the configured instance.imageContentAltText(String imageContentAltText) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getImageContentAltText()Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getInteractions()interactions(IResolvable interactions) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getInteractions()Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getScaling()scaling(IResolvable scaling) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getScaling()sheetImageId(String sheetImageId) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getSheetImageId()Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getSource()source(IResolvable source) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getSource()Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getTooltip()tooltip(IResolvable tooltip) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getTooltip()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
actions
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder actions(IResolvable actions) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getActions()- Parameters:
actions- A list of custom actions that are configured for an image.- Returns:
this
-
actions
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder actions(List<? extends Object> actions) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getActions()- Parameters:
actions- A list of custom actions that are configured for an image.- Returns:
this
-
imageContentAltText
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder imageContentAltText(String imageContentAltText) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getImageContentAltText()- Parameters:
imageContentAltText- The alt text for the image.- Returns:
this
-
interactions
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder interactions(IResolvable interactions) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getInteractions()- Parameters:
interactions- The general image interactions setup for an image.- Returns:
this
-
interactions
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder interactions(CfnAnalysisPropsMixin.ImageInteractionOptionsProperty interactions) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getInteractions()- Parameters:
interactions- The general image interactions setup for an image.- Returns:
this
-
scaling
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder scaling(IResolvable scaling) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getScaling()- Parameters:
scaling- Determines how the image is scaled.- Returns:
this
-
scaling
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder scaling(CfnAnalysisPropsMixin.SheetImageScalingConfigurationProperty scaling) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getScaling()- Parameters:
scaling- Determines how the image is scaled.- Returns:
this
-
sheetImageId
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder sheetImageId(String sheetImageId) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getSheetImageId()- Parameters:
sheetImageId- The ID of the sheet image.- Returns:
this
-
source
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder source(IResolvable source) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getSource()- Parameters:
source- The source of the image.- Returns:
this
-
source
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder source(CfnAnalysisPropsMixin.SheetImageSourceProperty source) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getSource()- Parameters:
source- The source of the image.- Returns:
this
-
tooltip
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder tooltip(IResolvable tooltip) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getTooltip()- Parameters:
tooltip- The tooltip to be shown when hovering over the image.- Returns:
this
-
tooltip
@Stability(Stable) public CfnAnalysisPropsMixin.SheetImageProperty.Builder tooltip(CfnAnalysisPropsMixin.SheetImageTooltipConfigurationProperty tooltip) Sets the value ofCfnAnalysisPropsMixin.SheetImageProperty.getTooltip()- Parameters:
tooltip- The tooltip to be shown when hovering over the image.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnAnalysisPropsMixin.SheetImageProperty>- Returns:
- a new instance of
CfnAnalysisPropsMixin.SheetImageProperty - Throws:
NullPointerException- if any required attribute was not provided
-