Interface PivotTableVisual.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<PivotTableVisual.Builder,PivotTableVisual>
,SdkBuilder<PivotTableVisual.Builder,PivotTableVisual>
,SdkPojo
- Enclosing class:
- PivotTableVisual
public static interface PivotTableVisual.Builder extends SdkPojo, CopyableBuilder<PivotTableVisual.Builder,PivotTableVisual>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description PivotTableVisual.Builder
actions(Collection<VisualCustomAction> actions)
The list of custom actions that are configured for a visual.PivotTableVisual.Builder
actions(Consumer<VisualCustomAction.Builder>... actions)
The list of custom actions that are configured for a visual.PivotTableVisual.Builder
actions(VisualCustomAction... actions)
The list of custom actions that are configured for a visual.default PivotTableVisual.Builder
chartConfiguration(Consumer<PivotTableConfiguration.Builder> chartConfiguration)
The configuration settings of the visual.PivotTableVisual.Builder
chartConfiguration(PivotTableConfiguration chartConfiguration)
The configuration settings of the visual.default PivotTableVisual.Builder
conditionalFormatting(Consumer<PivotTableConditionalFormatting.Builder> conditionalFormatting)
The conditional formatting for aPivotTableVisual
.PivotTableVisual.Builder
conditionalFormatting(PivotTableConditionalFormatting conditionalFormatting)
The conditional formatting for aPivotTableVisual
.default PivotTableVisual.Builder
subtitle(Consumer<VisualSubtitleLabelOptions.Builder> subtitle)
The subtitle that is displayed on the visual.PivotTableVisual.Builder
subtitle(VisualSubtitleLabelOptions subtitle)
The subtitle that is displayed on the visual.default PivotTableVisual.Builder
title(Consumer<VisualTitleLabelOptions.Builder> title)
The title that is displayed on the visual.PivotTableVisual.Builder
title(VisualTitleLabelOptions title)
The title that is displayed on the visual.PivotTableVisual.Builder
visualId(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, sdkFields
-
-
-
-
Method Detail
-
visualId
PivotTableVisual.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
PivotTableVisual.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 PivotTableVisual.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.Builder
avoiding the need to create one manually viaVisualTitleLabelOptions.builder()
.When the
Consumer
completes,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
PivotTableVisual.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 PivotTableVisual.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.Builder
avoiding the need to create one manually viaVisualSubtitleLabelOptions.builder()
.When the
Consumer
completes,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
PivotTableVisual.Builder chartConfiguration(PivotTableConfiguration chartConfiguration)
The configuration settings of the visual.
- Parameters:
chartConfiguration
- The configuration settings of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
chartConfiguration
default PivotTableVisual.Builder chartConfiguration(Consumer<PivotTableConfiguration.Builder> chartConfiguration)
The configuration settings of the visual.
This is a convenience method that creates an instance of thePivotTableConfiguration.Builder
avoiding the need to create one manually viaPivotTableConfiguration.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tochartConfiguration(PivotTableConfiguration)
.- Parameters:
chartConfiguration
- a consumer that will call methods onPivotTableConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
chartConfiguration(PivotTableConfiguration)
-
conditionalFormatting
PivotTableVisual.Builder conditionalFormatting(PivotTableConditionalFormatting conditionalFormatting)
The conditional formatting for a
PivotTableVisual
.- Parameters:
conditionalFormatting
- The conditional formatting for aPivotTableVisual
.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
conditionalFormatting
default PivotTableVisual.Builder conditionalFormatting(Consumer<PivotTableConditionalFormatting.Builder> conditionalFormatting)
The conditional formatting for a
This is a convenience method that creates an instance of thePivotTableVisual
.PivotTableConditionalFormatting.Builder
avoiding the need to create one manually viaPivotTableConditionalFormatting.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toconditionalFormatting(PivotTableConditionalFormatting)
.- Parameters:
conditionalFormatting
- a consumer that will call methods onPivotTableConditionalFormatting.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
conditionalFormatting(PivotTableConditionalFormatting)
-
actions
PivotTableVisual.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
PivotTableVisual.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
PivotTableVisual.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.Builder
avoiding the need to create one manually viaVisualCustomAction.builder()
.When the
Consumer
completes,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
)
-
-