public static interface DeleteDataSourceResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteDataSourceResponse.Builder,DeleteDataSourceResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteDataSourceResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the data source that you deleted.
|
DeleteDataSourceResponse.Builder |
dataSourceId(String dataSourceId)
The ID of the data source.
|
DeleteDataSourceResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DeleteDataSourceResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteDataSourceResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the data source that you deleted.
arn - The Amazon Resource Name (ARN) of the data source that you deleted.DeleteDataSourceResponse.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.DeleteDataSourceResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId - The Amazon Web Services request ID for this operation.DeleteDataSourceResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2023. All rights reserved.