Interface ListDataAutomationLibraryIngestionJobsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,BedrockDataAutomationResponse.Builder,Buildable,CopyableBuilder<ListDataAutomationLibraryIngestionJobsResponse.Builder,,ListDataAutomationLibraryIngestionJobsResponse> SdkBuilder<ListDataAutomationLibraryIngestionJobsResponse.Builder,,ListDataAutomationLibraryIngestionJobsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListDataAutomationLibraryIngestionJobsResponse
@Mutable
@NotThreadSafe
public static interface ListDataAutomationLibraryIngestionJobsResponse.Builder
extends BedrockDataAutomationResponse.Builder, SdkPojo, CopyableBuilder<ListDataAutomationLibraryIngestionJobsResponse.Builder,ListDataAutomationLibraryIngestionJobsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionList of data automation library ingestion jobsList of data automation library ingestion jobsList of data automation library ingestion jobsPagination token for retrieving the next set of resultsMethods 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
-
jobs
ListDataAutomationLibraryIngestionJobsResponse.Builder jobs(Collection<DataAutomationLibraryIngestionJobSummary> jobs) List of data automation library ingestion jobs
- Parameters:
jobs- List of data automation library ingestion jobs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobs
ListDataAutomationLibraryIngestionJobsResponse.Builder jobs(DataAutomationLibraryIngestionJobSummary... jobs) List of data automation library ingestion jobs
- Parameters:
jobs- List of data automation library ingestion jobs- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
jobs
ListDataAutomationLibraryIngestionJobsResponse.Builder jobs(Consumer<DataAutomationLibraryIngestionJobSummary.Builder>... jobs) List of data automation library ingestion jobs
This is a convenience method that creates an instance of theDataAutomationLibraryIngestionJobSummary.Builderavoiding the need to create one manually viaDataAutomationLibraryIngestionJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobs(List<DataAutomationLibraryIngestionJobSummary>).- Parameters:
jobs- a consumer that will call methods onDataAutomationLibraryIngestionJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
Pagination token for retrieving the next set of results
- Parameters:
nextToken- Pagination token for retrieving the next set of results- Returns:
- Returns a reference to this object so that method calls can be chained together.
-