Interface DisplayConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<DisplayConfig.Builder,,DisplayConfig> SdkBuilder<DisplayConfig.Builder,,DisplayConfig> SdkPojo
- Enclosing class:
DisplayConfig
@Mutable
@NotThreadSafe
public static interface DisplayConfig.Builder
extends SdkPojo, CopyableBuilder<DisplayConfig.Builder,DisplayConfig>
-
Method Summary
Modifier and TypeMethodDescriptiongraph(Map<String, GraphDisplayConfig> graph) The configuration for graphical display of the widget data, including chart type and visual options.default DisplayConfig.BuilderThe configuration for tabular display of the widget data.table(TableDisplayConfigStruct table) The configuration for tabular display of the widget data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
graph
The configuration for graphical display of the widget data, including chart type and visual options.
- Parameters:
graph- The configuration for graphical display of the widget data, including chart type and visual options.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
table
The configuration for tabular display of the widget data.
- Parameters:
table- The configuration for tabular display of the widget data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
table
The configuration for tabular display of the widget data.
This is a convenience method that creates an instance of theTableDisplayConfigStruct.Builderavoiding the need to create one manually viaTableDisplayConfigStruct.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totable(TableDisplayConfigStruct).- Parameters:
table- a consumer that will call methods onTableDisplayConfigStruct.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-