Interface ListImportJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListImportJobsResponse.Builder,ListImportJobsResponse>,SdkBuilder<ListImportJobsResponse.Builder,ListImportJobsResponse>,SdkPojo,SdkResponse.Builder,WisdomResponse.Builder
- Enclosing class:
- ListImportJobsResponse
public static interface ListImportJobsResponse.Builder extends WisdomResponse.Builder, SdkPojo, CopyableBuilder<ListImportJobsResponse.Builder,ListImportJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListImportJobsResponse.BuilderimportJobSummaries(Collection<ImportJobSummary> importJobSummaries)Summary information about the import jobs.ListImportJobsResponse.BuilderimportJobSummaries(Consumer<ImportJobSummary.Builder>... importJobSummaries)Summary information about the import jobs.ListImportJobsResponse.BuilderimportJobSummaries(ImportJobSummary... importJobSummaries)Summary information about the import jobs.ListImportJobsResponse.BuildernextToken(String nextToken)The token for the next set of results.-
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
-
Methods inherited from interface software.amazon.awssdk.services.wisdom.model.WisdomResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
importJobSummaries
ListImportJobsResponse.Builder importJobSummaries(Collection<ImportJobSummary> importJobSummaries)
Summary information about the import jobs.
- Parameters:
importJobSummaries- Summary information about the import jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importJobSummaries
ListImportJobsResponse.Builder importJobSummaries(ImportJobSummary... importJobSummaries)
Summary information about the import jobs.
- Parameters:
importJobSummaries- Summary information about the import jobs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
importJobSummaries
ListImportJobsResponse.Builder importJobSummaries(Consumer<ImportJobSummary.Builder>... importJobSummaries)
Summary information about the import jobs.
This is a convenience method that creates an instance of theImportJobSummary.Builderavoiding the need to create one manually viaImportJobSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#importJobSummaries(List.) - Parameters:
importJobSummaries- a consumer that will call methods onImportJobSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#importJobSummaries(java.util.Collection)
-
nextToken
ListImportJobsResponse.Builder nextToken(String nextToken)
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- Parameters:
nextToken- The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-