Interface GetIngestionJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentResponse.Builder
,Buildable
,CopyableBuilder<GetIngestionJobResponse.Builder,
,GetIngestionJobResponse> SdkBuilder<GetIngestionJobResponse.Builder,
,GetIngestionJobResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetIngestionJobResponse
public static interface GetIngestionJobResponse.Builder
extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<GetIngestionJobResponse.Builder,GetIngestionJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptiondefault GetIngestionJobResponse.Builder
ingestionJob
(Consumer<IngestionJob.Builder> ingestionJob) Contains details about the data ingestion job.ingestionJob
(IngestionJob ingestionJob) Contains details about the data ingestion job.Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
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 Details
-
ingestionJob
Contains details about the data ingestion job.
- Parameters:
ingestionJob
- Contains details about the data ingestion job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
ingestionJob
Contains details about the data ingestion job.
This is a convenience method that creates an instance of theIngestionJob.Builder
avoiding the need to create one manually viaIngestionJob.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toingestionJob(IngestionJob)
.- Parameters:
ingestionJob
- a consumer that will call methods onIngestionJob.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-