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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DashboardVisualResult.BuilderdashboardId(String dashboardId)The ID of the dashboard.DashboardVisualResult.BuilderdashboardName(String dashboardName)The name of the dashboard.DashboardVisualResult.BuilderdashboardUrl(String dashboardUrl)The URL of the dashboard.DashboardVisualResult.BuildersheetId(String sheetId)The ID of the sheet.DashboardVisualResult.BuildersheetName(String sheetName)The name of the sheet.DashboardVisualResult.BuildervisualId(String visualId)The ID of the visual.DashboardVisualResult.BuildervisualSubtitle(String visualSubtitle)The subtitle of the visual.DashboardVisualResult.BuildervisualTitle(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 Detail
-
dashboardId
DashboardVisualResult.Builder dashboardId(String 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
DashboardVisualResult.Builder dashboardName(String 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
DashboardVisualResult.Builder sheetId(String 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
DashboardVisualResult.Builder sheetName(String 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
DashboardVisualResult.Builder visualId(String 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
DashboardVisualResult.Builder visualTitle(String 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
DashboardVisualResult.Builder visualSubtitle(String 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
DashboardVisualResult.Builder dashboardUrl(String 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.
-
-