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 Amazon Web Services 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 Amazon Web Services Region for each Amazon Web Services account.
dataSourceId - The ID of the data source. This ID is unique per Amazon Web Services Region for each Amazon Web
Services 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 Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.UpdateDataSourceResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.