Interface ListDashboardsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListDashboardsResponse.Builder,,- ListDashboardsResponse> - IoTSiteWiseResponse.Builder,- SdkBuilder<ListDashboardsResponse.Builder,,- ListDashboardsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListDashboardsResponse
@Mutable
@NotThreadSafe
public static interface ListDashboardsResponse.Builder
extends IoTSiteWiseResponse.Builder, SdkPojo, CopyableBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse> 
- 
Method SummaryModifier 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.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.iotsitewise.model.IoTSiteWiseResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
dashboardSummariesA 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.
 
- 
dashboardSummariesA 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.
 
- 
dashboardSummariesListDashboardsResponse.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.Builderavoiding the need to create one manually viaDashboardSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed todashboardSummaries(List<DashboardSummary>).- Parameters:
- dashboardSummaries- a consumer that will call methods on- DashboardSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe 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.
 
 
-