Interface DescribeIngestionResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeIngestionResponse.Builder,DescribeIngestionResponse>,QuickSightResponse.Builder,SdkBuilder<DescribeIngestionResponse.Builder,DescribeIngestionResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeIngestionResponse
public static interface DescribeIngestionResponse.Builder extends QuickSightResponse.Builder, SdkPojo, CopyableBuilder<DescribeIngestionResponse.Builder,DescribeIngestionResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeIngestionResponse.Builderingestion(Consumer<Ingestion.Builder> ingestion)Information about the ingestion.DescribeIngestionResponse.Builderingestion(Ingestion ingestion)Information about the ingestion.DescribeIngestionResponse.BuilderrequestId(String requestId)The Amazon Web Services request ID for this operation.DescribeIngestionResponse.Builderstatus(Integer status)The HTTP status of the request.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.quicksight.model.QuickSightResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
ingestion
DescribeIngestionResponse.Builder ingestion(Ingestion ingestion)
Information about the ingestion.
- Parameters:
ingestion- Information about the ingestion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestion
default DescribeIngestionResponse.Builder ingestion(Consumer<Ingestion.Builder> ingestion)
Information about the ingestion.
This is a convenience method that creates an instance of theIngestion.Builderavoiding the need to create one manually viaIngestion.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toingestion(Ingestion).- Parameters:
ingestion- a consumer that will call methods onIngestion.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ingestion(Ingestion)
-
requestId
DescribeIngestionResponse.Builder requestId(String requestId)
The Amazon Web Services request ID for this operation.
- Parameters:
requestId- The Amazon Web Services request ID for this operation.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
DescribeIngestionResponse.Builder status(Integer status)
The HTTP status of the request.
- Parameters:
status- The HTTP status of the request.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-