Interface GaugeChartVisual.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<GaugeChartVisual.Builder,GaugeChartVisual>,SdkBuilder<GaugeChartVisual.Builder,GaugeChartVisual>,SdkPojo
- Enclosing class:
- GaugeChartVisual
@Mutable @NotThreadSafe public static interface GaugeChartVisual.Builder extends SdkPojo, CopyableBuilder<GaugeChartVisual.Builder,GaugeChartVisual>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description GaugeChartVisual.Builderactions(Collection<VisualCustomAction> actions)The list of custom actions that are configured for a visual.GaugeChartVisual.Builderactions(Consumer<VisualCustomAction.Builder>... actions)The list of custom actions that are configured for a visual.GaugeChartVisual.Builderactions(VisualCustomAction... actions)The list of custom actions that are configured for a visual.default GaugeChartVisual.BuilderchartConfiguration(Consumer<GaugeChartConfiguration.Builder> chartConfiguration)The configuration of aGaugeChartVisual.GaugeChartVisual.BuilderchartConfiguration(GaugeChartConfiguration chartConfiguration)The configuration of aGaugeChartVisual.default GaugeChartVisual.BuilderconditionalFormatting(Consumer<GaugeChartConditionalFormatting.Builder> conditionalFormatting)The conditional formatting of aGaugeChartVisual.GaugeChartVisual.BuilderconditionalFormatting(GaugeChartConditionalFormatting conditionalFormatting)The conditional formatting of aGaugeChartVisual.default GaugeChartVisual.Buildersubtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)The subtitle that is displayed on the visual.GaugeChartVisual.Buildersubtitle(VisualSubtitleLabelOptions subtitle)The subtitle that is displayed on the visual.default GaugeChartVisual.Buildertitle(Consumer<VisualTitleLabelOptions.Builder> title)The title that is displayed on the visual.GaugeChartVisual.Buildertitle(VisualTitleLabelOptions title)The title that is displayed on the visual.GaugeChartVisual.BuildervisualContentAltText(String visualContentAltText)The alt text for the visual.GaugeChartVisual.BuildervisualId(String visualId)The unique identifier of a visual.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
visualId
GaugeChartVisual.Builder visualId(String visualId)
The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.
- Parameters:
visualId- The unique identifier of a visual. This identifier must be unique within the context of a dashboard, template, or analysis. Two dashboards, analyses, or templates can have visuals with the same identifiers.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
GaugeChartVisual.Builder title(VisualTitleLabelOptions title)
The title that is displayed on the visual.
- Parameters:
title- The title that is displayed on the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
title
default GaugeChartVisual.Builder title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.
This is a convenience method that creates an instance of theVisualTitleLabelOptions.Builderavoiding the need to create one manually viaVisualTitleLabelOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totitle(VisualTitleLabelOptions).- Parameters:
title- a consumer that will call methods onVisualTitleLabelOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
title(VisualTitleLabelOptions)
-
subtitle
GaugeChartVisual.Builder subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.
- Parameters:
subtitle- The subtitle that is displayed on the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
subtitle
default GaugeChartVisual.Builder subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.
This is a convenience method that creates an instance of theVisualSubtitleLabelOptions.Builderavoiding the need to create one manually viaVisualSubtitleLabelOptions.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosubtitle(VisualSubtitleLabelOptions).- Parameters:
subtitle- a consumer that will call methods onVisualSubtitleLabelOptions.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
subtitle(VisualSubtitleLabelOptions)
-
chartConfiguration
GaugeChartVisual.Builder chartConfiguration(GaugeChartConfiguration chartConfiguration)
The configuration of a
GaugeChartVisual.- Parameters:
chartConfiguration- The configuration of aGaugeChartVisual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chartConfiguration
default GaugeChartVisual.Builder chartConfiguration(Consumer<GaugeChartConfiguration.Builder> chartConfiguration)
The configuration of a
This is a convenience method that creates an instance of theGaugeChartVisual.GaugeChartConfiguration.Builderavoiding the need to create one manually viaGaugeChartConfiguration.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tochartConfiguration(GaugeChartConfiguration).- Parameters:
chartConfiguration- a consumer that will call methods onGaugeChartConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chartConfiguration(GaugeChartConfiguration)
-
conditionalFormatting
GaugeChartVisual.Builder conditionalFormatting(GaugeChartConditionalFormatting conditionalFormatting)
The conditional formatting of a
GaugeChartVisual.- Parameters:
conditionalFormatting- The conditional formatting of aGaugeChartVisual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionalFormatting
default GaugeChartVisual.Builder conditionalFormatting(Consumer<GaugeChartConditionalFormatting.Builder> conditionalFormatting)
The conditional formatting of a
This is a convenience method that creates an instance of theGaugeChartVisual.GaugeChartConditionalFormatting.Builderavoiding the need to create one manually viaGaugeChartConditionalFormatting.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toconditionalFormatting(GaugeChartConditionalFormatting).- Parameters:
conditionalFormatting- a consumer that will call methods onGaugeChartConditionalFormatting.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
conditionalFormatting(GaugeChartConditionalFormatting)
-
actions
GaugeChartVisual.Builder actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.
- Parameters:
actions- The list of custom actions that are configured for a visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
GaugeChartVisual.Builder actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.
- Parameters:
actions- The list of custom actions that are configured for a visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
GaugeChartVisual.Builder actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.
This is a convenience method that creates an instance of theVisualCustomAction.Builderavoiding the need to create one manually viaVisualCustomAction.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#actions(List.) - Parameters:
actions- a consumer that will call methods onVisualCustomAction.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#actions(java.util.Collection)
-
visualContentAltText
GaugeChartVisual.Builder visualContentAltText(String visualContentAltText)
The alt text for the visual.
- Parameters:
visualContentAltText- The alt text for the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-