Interface ListDashboardsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BcmDashboardsResponse.Builder
,Buildable
,CopyableBuilder<ListDashboardsResponse.Builder,
,ListDashboardsResponse> SdkBuilder<ListDashboardsResponse.Builder,
,ListDashboardsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListDashboardsResponse
@Mutable
@NotThreadSafe
public static interface ListDashboardsResponse.Builder
extends BcmDashboardsResponse.Builder, SdkPojo, CopyableBuilder<ListDashboardsResponse.Builder,ListDashboardsResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondashboards
(Collection<DashboardReference> dashboards) An array of dashboard references, containing basic information about each dashboard.dashboards
(Consumer<DashboardReference.Builder>... dashboards) An array of dashboard references, containing basic information about each dashboard.dashboards
(DashboardReference... dashboards) An array of dashboard references, containing basic information about each dashboard.The token to use to retrieve the next page of results.Methods inherited from interface software.amazon.awssdk.services.bcmdashboards.model.BcmDashboardsResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
dashboards
An array of dashboard references, containing basic information about each dashboard.
- Parameters:
dashboards
- An array of dashboard references, containing basic information about each dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboards
An array of dashboard references, containing basic information about each dashboard.
- Parameters:
dashboards
- An array of dashboard references, containing basic information about each dashboard.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dashboards
An array of dashboard references, containing basic information about each dashboard.
This is a convenience method that creates an instance of theDashboardReference.Builder
avoiding the need to create one manually viaDashboardReference.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todashboards(List<DashboardReference>)
.- Parameters:
dashboards
- a consumer that will call methods onDashboardReference.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token to use to retrieve the next page of results. Not returned if there are no more results to retrieve.
- Parameters:
nextToken
- The token to use to retrieve the next page of results. Not returned if there are no more results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-