public static interface UpdateDataSourceResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<UpdateDataSourceResponse.Builder,UpdateDataSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateDataSourceResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the data source.
|
UpdateDataSourceResponse.Builder |
dataSourceId(String dataSourceId)
The ID of the data source.
|
UpdateDataSourceResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
UpdateDataSourceResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
UpdateDataSourceResponse.Builder |
updateStatus(ResourceStatus updateStatus)
The update status of the data source's last update.
|
UpdateDataSourceResponse.Builder |
updateStatus(String updateStatus)
The update status of the data source's last update.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateDataSourceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the data source.
arn - The Amazon Resource Name (ARN) of the data source.UpdateDataSourceResponse.Builder dataSourceId(String dataSourceId)
The ID of the data source. This ID is unique per AWS Region for each AWS account.
dataSourceId - The ID of the data source. This ID is unique per AWS Region for each AWS account.UpdateDataSourceResponse.Builder updateStatus(String updateStatus)
The update status of the data source's last update.
updateStatus - The update status of the data source's last update.ResourceStatus,
ResourceStatusUpdateDataSourceResponse.Builder updateStatus(ResourceStatus updateStatus)
The update status of the data source's last update.
updateStatus - The update status of the data source's last update.ResourceStatus,
ResourceStatusUpdateDataSourceResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.UpdateDataSourceResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.