Class CfnDashboardPropsMixin.CustomContentConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDashboardPropsMixin.CustomContentConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDashboardPropsMixin.CustomContentConfigurationProperty>
- Enclosing interface:
CfnDashboardPropsMixin.CustomContentConfigurationProperty
@Stability(Stable)
public static final class CfnDashboardPropsMixin.CustomContentConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDashboardPropsMixin.CustomContentConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.contentType(String contentType) contentUrl(String contentUrl) imageScaling(String imageScaling) interactions(IResolvable interactions)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
contentType
@Stability(Stable) public CfnDashboardPropsMixin.CustomContentConfigurationProperty.Builder contentType(String contentType) - Parameters:
contentType- The content type of the custom content visual. You can use this to have the visual render as an image.- Returns:
this
-
contentUrl
@Stability(Stable) public CfnDashboardPropsMixin.CustomContentConfigurationProperty.Builder contentUrl(String contentUrl) - Parameters:
contentUrl- The input URL that links to the custom content that you want in the custom visual.- Returns:
this
-
imageScaling
@Stability(Stable) public CfnDashboardPropsMixin.CustomContentConfigurationProperty.Builder imageScaling(String imageScaling) - Parameters:
imageScaling- The sizing options for the size of the custom content visual. This structure is required when theContentTypeof the visual is'IMAGE'.- Returns:
this
-
interactions
@Stability(Stable) public CfnDashboardPropsMixin.CustomContentConfigurationProperty.Builder interactions(IResolvable interactions) - Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
interactions
@Stability(Stable) public CfnDashboardPropsMixin.CustomContentConfigurationProperty.Builder interactions(CfnDashboardPropsMixin.VisualInteractionOptionsProperty interactions) - Parameters:
interactions- The general visual interactions setup for a visual.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDashboardPropsMixin.CustomContentConfigurationProperty>- Returns:
- a new instance of
CfnDashboardPropsMixin.CustomContentConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-