Interface DashboardVisualResult.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<DashboardVisualResult.Builder,
,DashboardVisualResult> SdkBuilder<DashboardVisualResult.Builder,
,DashboardVisualResult> SdkPojo
- Enclosing class:
DashboardVisualResult
@Mutable
@NotThreadSafe
public static interface DashboardVisualResult.Builder
extends SdkPojo, CopyableBuilder<DashboardVisualResult.Builder,DashboardVisualResult>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardId
(String dashboardId) The ID of the dashboard.dashboardName
(String dashboardName) The name of the dashboard.dashboardUrl
(String dashboardUrl) The URL of the dashboard.The ID of the sheet.The name of the sheet.The ID of the visual.visualSubtitle
(String visualSubtitle) The subtitle of the visual.visualTitle
(String visualTitle) The title of the 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 Details
-
dashboardId
The ID of the dashboard.
- Parameters:
dashboardId
- The ID of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardName
The name of the dashboard.
- Parameters:
dashboardName
- The name of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sheetId
The ID of the sheet.
- Parameters:
sheetId
- The ID of the sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
sheetName
The name of the sheet.
- Parameters:
sheetName
- The name of the sheet.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualId
The ID of the visual.
- Parameters:
visualId
- The ID of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualTitle
The title of the visual.
- Parameters:
visualTitle
- The title of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
visualSubtitle
The subtitle of the visual.
- Parameters:
visualSubtitle
- The subtitle of the visual.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardUrl
The URL of the dashboard.
- Parameters:
dashboardUrl
- The URL of the dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-