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 Amazon Web Services 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, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateDashboardResponse.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
,
ResourceStatus
CreateDashboardResponse.Builder creationStatus(ResourceStatus creationStatus)
The status of the dashboard creation request.
creationStatus
- The status of the dashboard creation request.ResourceStatus
,
ResourceStatus
CreateDashboardResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.CreateDashboardResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.Copyright © 2022. All rights reserved.