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