public static interface DescribeDashboardResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeDashboardResponse.Builder,DescribeDashboardResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeDashboardResponse.Builder |
dashboard(Consumer<Dashboard.Builder> dashboard)
Information about the dashboard.
|
DescribeDashboardResponse.Builder |
dashboard(Dashboard dashboard)
Information about the dashboard.
|
DescribeDashboardResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
DescribeDashboardResponse.Builder |
status(Integer status)
The HTTP status of this request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeDashboardResponse.Builder dashboard(Dashboard dashboard)
Information about the dashboard.
dashboard - Information about the dashboard.default DescribeDashboardResponse.Builder dashboard(Consumer<Dashboard.Builder> dashboard)
Information about the dashboard.
This is a convenience that creates an instance of theDashboard.Builder avoiding the need to create
one manually via Dashboard.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dashboard(Dashboard).dashboard - a consumer that will call methods on Dashboard.Builderdashboard(Dashboard)DescribeDashboardResponse.Builder status(Integer status)
The HTTP status of this request.
status - The HTTP status of this request.DescribeDashboardResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.