public static interface ListDashboardsResponse.Builder extends CloudWatchResponse.Builder, SdkPojo, CopyableBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResponse.Builder |
dashboardEntries(Collection<DashboardEntry> dashboardEntries)
The list of matching dashboards.
|
ListDashboardsResponse.Builder |
dashboardEntries(Consumer<DashboardEntry.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 dashboardEntries(Consumer<DashboardEntry.Builder>... dashboardEntries)
The list of matching dashboards.
This is a convenience method that creates an instance of theDashboardEntry.Builder avoiding the need to create
one manually via DashboardEntry.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #dashboardEntries(List.
dashboardEntries - a consumer that will call methods on
DashboardEntry.Builder#dashboardEntries(java.util.Collection) 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 © 2023. All rights reserved.