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 SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
graphThe 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.
 
- 
tableThe 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.
 
- 
tableThe 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 on- TableDisplayConfigStruct.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-