Interface ListEventsDetectionJobsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListEventsDetectionJobsResponse.Builder,ListEventsDetectionJobsResponse>,SdkBuilder<ListEventsDetectionJobsResponse.Builder,ListEventsDetectionJobsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListEventsDetectionJobsResponse
public static interface ListEventsDetectionJobsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListEventsDetectionJobsResponse.Builder,ListEventsDetectionJobsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListEventsDetectionJobsResponse.BuildereventsDetectionJobPropertiesList(Collection<EventsDetectionJobProperties> eventsDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListEventsDetectionJobsResponse.BuildereventsDetectionJobPropertiesList(Consumer<EventsDetectionJobProperties.Builder>... eventsDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListEventsDetectionJobsResponse.BuildereventsDetectionJobPropertiesList(EventsDetectionJobProperties... eventsDetectionJobPropertiesList)A list containing the properties of each job that is returned.ListEventsDetectionJobsResponse.BuildernextToken(String nextToken)Identifies the next page of results to return.-
Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.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 Detail
-
eventsDetectionJobPropertiesList
ListEventsDetectionJobsResponse.Builder eventsDetectionJobPropertiesList(Collection<EventsDetectionJobProperties> eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
eventsDetectionJobPropertiesList- A list containing the properties of each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventsDetectionJobPropertiesList
ListEventsDetectionJobsResponse.Builder eventsDetectionJobPropertiesList(EventsDetectionJobProperties... eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
- Parameters:
eventsDetectionJobPropertiesList- A list containing the properties of each job that is returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventsDetectionJobPropertiesList
ListEventsDetectionJobsResponse.Builder eventsDetectionJobPropertiesList(Consumer<EventsDetectionJobProperties.Builder>... eventsDetectionJobPropertiesList)
A list containing the properties of each job that is returned.
This is a convenience method that creates an instance of theEventsDetectionJobProperties.Builderavoiding the need to create one manually viaEventsDetectionJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#eventsDetectionJobPropertiesList(List.) - Parameters:
eventsDetectionJobPropertiesList- a consumer that will call methods onEventsDetectionJobProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#eventsDetectionJobPropertiesList(java.util.Collection)
-
nextToken
ListEventsDetectionJobsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
- Parameters:
nextToken- Identifies the next page of results to return.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-