public static interface ListDashboardsResponse.Builder extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListDashboardsResponse.Builder |
dashboardSummaries(Collection<DashboardSummary> dashboardSummaries)
A list that summarizes each dashboard in the project.
|
ListDashboardsResponse.Builder |
dashboardSummaries(Consumer<DashboardSummary.Builder>... dashboardSummaries)
A list that summarizes each dashboard in the project.
|
ListDashboardsResponse.Builder |
dashboardSummaries(DashboardSummary... dashboardSummaries)
A list that summarizes each dashboard in the project.
|
ListDashboardsResponse.Builder |
nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListDashboardsResponse.Builder dashboardSummaries(Collection<DashboardSummary> dashboardSummaries)
A list that summarizes each dashboard in the project.
dashboardSummaries - A list that summarizes each dashboard in the project.ListDashboardsResponse.Builder dashboardSummaries(DashboardSummary... dashboardSummaries)
A list that summarizes each dashboard in the project.
dashboardSummaries - A list that summarizes each dashboard in the project.ListDashboardsResponse.Builder dashboardSummaries(Consumer<DashboardSummary.Builder>... dashboardSummaries)
A list that summarizes each dashboard in the project.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #dashboardSummaries(List) .dashboardSummaries - a consumer that will call methods on List.Builder #dashboardSummaries(List) ListDashboardsResponse.Builder nextToken(String nextToken)
The token for the next set of results, or null if there are no additional results.
nextToken - The token for the next set of results, or null if there are no additional results.Copyright © 2021. All rights reserved.