public static interface DeleteDataSetResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DeleteDataSetResponse.Builder,DeleteDataSetResponse>
Modifier and Type | Method and Description |
---|---|
DeleteDataSetResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the dataset.
|
DeleteDataSetResponse.Builder |
dataSetId(String dataSetId)
The ID for the dataset that you want to create.
|
DeleteDataSetResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
DeleteDataSetResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DeleteDataSetResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the dataset.
arn
- The Amazon Resource Name (ARN) of the dataset.DeleteDataSetResponse.Builder dataSetId(String dataSetId)
The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
dataSetId
- The ID for the dataset that you want to create. This ID is unique per Amazon Web Services Region for
each Amazon Web Services account.DeleteDataSetResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.DeleteDataSetResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.Copyright © 2022. All rights reserved.