Interface GetDataAutomationLibraryIngestionJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockDataAutomationResponse.Builder,Buildable,CopyableBuilder<GetDataAutomationLibraryIngestionJobResponse.Builder,,GetDataAutomationLibraryIngestionJobResponse> SdkBuilder<GetDataAutomationLibraryIngestionJobResponse.Builder,,GetDataAutomationLibraryIngestionJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetDataAutomationLibraryIngestionJobResponse
@Mutable
@NotThreadSafe
public static interface GetDataAutomationLibraryIngestionJobResponse.Builder
extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<GetDataAutomationLibraryIngestionJobResponse.Builder,GetDataAutomationLibraryIngestionJobResponse>
-
Method Summary
Modifier and TypeMethodDescriptionContains the information of a library ingestion jobContains the information of a library ingestion jobMethods inherited from interface software.amazon.awssdk.services.bedrockdataautomation.model.BedrockDataAutomationResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
job
Contains the information of a library ingestion job
- Parameters:
job- Contains the information of a library ingestion job- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
job
default GetDataAutomationLibraryIngestionJobResponse.Builder job(Consumer<DataAutomationLibraryIngestionJob.Builder> job) Contains the information of a library ingestion job
This is a convenience method that creates an instance of theDataAutomationLibraryIngestionJob.Builderavoiding the need to create one manually viaDataAutomationLibraryIngestionJob.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojob(DataAutomationLibraryIngestionJob).- Parameters:
job- a consumer that will call methods onDataAutomationLibraryIngestionJob.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-