public static interface ListDashboardsResponse.Builder extends CloudWatchResponse.Builder, CopyableBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResponse.Builder |
dashboardEntries(Collection<DashboardEntry> dashboardEntries)
The list of matching dashboards.
|
ListDashboardsResponse.Builder |
dashboardEntries(DashboardEntry... dashboardEntries)
The list of matching dashboards.
|
ListDashboardsResponse.Builder |
nextToken(String nextToken)
The token that marks the start of the next batch of returned results.
|
buildcopyapply, buildListDashboardsResponse.Builder dashboardEntries(Collection<DashboardEntry> dashboardEntries)
The list of matching dashboards.
dashboardEntries - The list of matching dashboards.ListDashboardsResponse.Builder dashboardEntries(DashboardEntry... dashboardEntries)
The list of matching dashboards.
dashboardEntries - The list of matching dashboards.ListDashboardsResponse.Builder nextToken(String nextToken)
The token that marks the start of the next batch of returned results.
nextToken - The token that marks the start of the next batch of returned results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.