Interface ListDashboardsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListDashboardsResponse.Builder,
,ListDashboardsResponse> IoTSiteWiseResponse.Builder
,SdkBuilder<ListDashboardsResponse.Builder,
,ListDashboardsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDashboardsResponse
public static interface ListDashboardsResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondashboardSummaries
(Collection<DashboardSummary> dashboardSummaries) A list that summarizes each dashboard in the project.dashboardSummaries
(Consumer<DashboardSummary.Builder>... dashboardSummaries) A list that summarizes each dashboard in the project.dashboardSummaries
(DashboardSummary... dashboardSummaries) A list that summarizes each dashboard in the project.The token for the next set of results, or null if there are no additional results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dashboardSummaries
A list that summarizes each dashboard in the project.
- Parameters:
dashboardSummaries
- A list that summarizes each dashboard in the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardSummaries
A list that summarizes each dashboard in the project.
- Parameters:
dashboardSummaries
- A list that summarizes each dashboard in the project.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboardSummaries
ListDashboardsResponse.Builder dashboardSummaries(Consumer<DashboardSummary.Builder>... dashboardSummaries) A list that summarizes each dashboard in the project.
This is a convenience method that creates an instance of theDashboardSummary.Builder
avoiding the need to create one manually viaDashboardSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todashboardSummaries(List<DashboardSummary>)
.- Parameters:
dashboardSummaries
- a consumer that will call methods onDashboardSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results, or null if there are no additional results.
- Parameters:
nextToken
- The token for the next set of results, or null if there are no additional results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-