public static interface CancelIngestionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<CancelIngestionResponse.Builder,CancelIngestionResponse>
| Modifier and Type | Method and Description |
|---|---|
CancelIngestionResponse.Builder |
arn(String arn)
The Amazon Resource Name (ARN) for the data ingestion.
|
CancelIngestionResponse.Builder |
ingestionId(String ingestionId)
An ID for the ingestion.
|
CancelIngestionResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
CancelIngestionResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildCancelIngestionResponse.Builder arn(String arn)
The Amazon Resource Name (ARN) for the data ingestion.
arn - The Amazon Resource Name (ARN) for the data ingestion.CancelIngestionResponse.Builder ingestionId(String ingestionId)
An ID for the ingestion.
ingestionId - An ID for the ingestion.CancelIngestionResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.CancelIngestionResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.