Interface ListJobsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListJobsResponse.Builder,,- ListJobsResponse> - DataExchangeResponse.Builder,- SdkBuilder<ListJobsResponse.Builder,,- ListJobsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListJobsResponse
@Mutable
@NotThreadSafe
public static interface ListJobsResponse.Builder
extends DataExchangeResponse.Builder, SdkPojo, CopyableBuilder<ListJobsResponse.Builder,ListJobsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionjobs(Collection<JobEntry> jobs) The jobs listed by the request.jobs(Consumer<JobEntry.Builder>... jobs) The jobs listed by the request.The jobs listed by the request.The token value retrieved from a previous call to access the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.dataexchange.model.DataExchangeResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
jobsThe jobs listed by the request. - Parameters:
- jobs- The jobs listed by the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobsThe jobs listed by the request. - Parameters:
- jobs- The jobs listed by the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
jobsThe jobs listed by the request. This is a convenience method that creates an instance of theJobEntry.Builderavoiding the need to create one manually viaJobEntry.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tojobs(List<JobEntry>).- Parameters:
- jobs- a consumer that will call methods on- JobEntry.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe token value retrieved from a previous call to access the next page of results. - Parameters:
- nextToken- The token value retrieved from a previous call to access the next page of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-