Uses of Interface
software.amazon.awssdk.services.quicksight.model.CancelIngestionResponse.Builder
-
Packages that use CancelIngestionResponse.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CancelIngestionResponse.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CancelIngestionResponse.Builder Modifier and Type Method Description CancelIngestionResponse.BuilderCancelIngestionResponse.Builder. arn(String arn)The Amazon Resource Name (ARN) for the data ingestion.static CancelIngestionResponse.BuilderCancelIngestionResponse. builder()CancelIngestionResponse.BuilderCancelIngestionResponse.Builder. ingestionId(String ingestionId)An ID for the ingestion.CancelIngestionResponse.BuilderCancelIngestionResponse.Builder. requestId(String requestId)The Amazon Web Services request ID for this operation.CancelIngestionResponse.BuilderCancelIngestionResponse.Builder. status(Integer status)The HTTP status of the request.CancelIngestionResponse.BuilderCancelIngestionResponse. toBuilder()Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CancelIngestionResponse.Builder Modifier and Type Method Description static Class<? extends CancelIngestionResponse.Builder>CancelIngestionResponse. serializableBuilderClass()
-