public static interface CreateDashboardResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateDashboardResponse.Builder,CreateDashboardResponse>
| Modifier and Type | Method and Description |
|---|---|
CreateDashboardResponse.Builder |
arn(String arn)
The ARN of the dashboard.
|
CreateDashboardResponse.Builder |
creationStatus(ResourceStatus creationStatus)
The status of the dashboard creation request.
|
CreateDashboardResponse.Builder |
creationStatus(String creationStatus)
The status of the dashboard creation request.
|
CreateDashboardResponse.Builder |
dashboardId(String dashboardId)
The ID for the dashboard.
|
CreateDashboardResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
CreateDashboardResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
CreateDashboardResponse.Builder |
versionArn(String versionArn)
The ARN of the dashboard, including the version number of the first version that is created.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateDashboardResponse.Builder arn(String arn)
The ARN of the dashboard.
arn - The ARN of the dashboard.CreateDashboardResponse.Builder versionArn(String versionArn)
The ARN of the dashboard, including the version number of the first version that is created.
versionArn - The ARN of the dashboard, including the version number of the first version that is created.CreateDashboardResponse.Builder dashboardId(String dashboardId)
The ID for the dashboard.
dashboardId - The ID for the dashboard.CreateDashboardResponse.Builder creationStatus(String creationStatus)
The status of the dashboard creation request.
creationStatus - The status of the dashboard creation request.ResourceStatus,
ResourceStatusCreateDashboardResponse.Builder creationStatus(ResourceStatus creationStatus)
The status of the dashboard creation request.
creationStatus - The status of the dashboard creation request.ResourceStatus,
ResourceStatusCreateDashboardResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.CreateDashboardResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.Copyright © 2020. All rights reserved.