public static interface CreateDataSetResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CreateDataSetResponse.Builder,CreateDataSetResponse>
Modifier and Type | Method and Description |
---|---|
CreateDataSetResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the dataset.
|
CreateDataSetResponse.Builder |
dataSetId(String dataSetId)
The ID for the dataset that you want to create.
|
CreateDataSetResponse.Builder |
ingestionArn(String ingestionArn)
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
|
CreateDataSetResponse.Builder |
ingestionId(String ingestionId)
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
|
CreateDataSetResponse.Builder |
requestId(String requestId)
The Amazon Web Services request ID for this operation.
|
CreateDataSetResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
CreateDataSetResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) of the dataset.
arn
- The Amazon Resource Name (ARN) of the dataset.CreateDataSetResponse.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;.CreateDataSetResponse.Builder ingestionArn(String ingestionArn)
The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
ingestionArn
- The ARN for the ingestion, which is triggered as a result of dataset creation if the import mode is
SPICE.CreateDataSetResponse.Builder ingestionId(String ingestionId)
The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is SPICE.
ingestionId
- The ID of the ingestion, which is triggered as a result of dataset creation if the import mode is
SPICE.CreateDataSetResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
requestId
- The Amazon Web Services request ID for this operation.CreateDataSetResponse.Builder status(Integer status)
The HTTP status of the request.
status
- The HTTP status of the request.Copyright © 2021. All rights reserved.