Interface GraphDisplayConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<GraphDisplayConfig.Builder,,GraphDisplayConfig> SdkBuilder<GraphDisplayConfig.Builder,,GraphDisplayConfig> SdkPojo
- Enclosing class:
GraphDisplayConfig
@Mutable
@NotThreadSafe
public static interface GraphDisplayConfig.Builder
extends SdkPojo, CopyableBuilder<GraphDisplayConfig.Builder,GraphDisplayConfig>
-
Method Summary
Modifier and TypeMethodDescriptionvisualType(String visualType) The type of visualization to use for the data.visualType(VisualType visualType) The type of visualization to use for the 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
-
visualType
The type of visualization to use for the data.
- Parameters:
visualType- The type of visualization to use for the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
visualType
The type of visualization to use for the data.
- Parameters:
visualType- The type of visualization to use for the data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-