public static interface DescribeIngestionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeIngestionResponse.Builder,DescribeIngestionResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeIngestionResponse.Builder |
ingestion(Consumer<Ingestion.Builder> ingestion)
Information about the ingestion.
|
DescribeIngestionResponse.Builder |
ingestion(Ingestion ingestion)
Information about the ingestion.
|
DescribeIngestionResponse.Builder |
requestId(String requestId)
The AWS request ID for this operation.
|
DescribeIngestionResponse.Builder |
status(Integer status)
The HTTP status of the request.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeIngestionResponse.Builder ingestion(Ingestion ingestion)
Information about the ingestion.
ingestion - Information about the ingestion.default DescribeIngestionResponse.Builder ingestion(Consumer<Ingestion.Builder> ingestion)
Information about the ingestion.
This is a convenience that creates an instance of theIngestion.Builder avoiding the need to create
one manually via Ingestion.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to ingestion(Ingestion).ingestion - a consumer that will call methods on Ingestion.Builderingestion(Ingestion)DescribeIngestionResponse.Builder requestId(String requestId)
The AWS request ID for this operation.
requestId - The AWS request ID for this operation.DescribeIngestionResponse.Builder status(Integer status)
The HTTP status of the request.
status - The HTTP status of the request.Copyright © 2020. All rights reserved.