Interface DescribeEventsDetectionJobResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<DescribeEventsDetectionJobResponse.Builder,,DescribeEventsDetectionJobResponse> SdkBuilder<DescribeEventsDetectionJobResponse.Builder,,DescribeEventsDetectionJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeEventsDetectionJobResponse
public static interface DescribeEventsDetectionJobResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventsDetectionJobResponse.Builder,DescribeEventsDetectionJobResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptioneventsDetectionJobProperties(Consumer<EventsDetectionJobProperties.Builder> eventsDetectionJobProperties) An object that contains the properties associated with an event detection job.eventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties) An object that contains the properties associated with an event detection job.Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
eventsDetectionJobProperties
DescribeEventsDetectionJobResponse.Builder eventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties) An object that contains the properties associated with an event detection job.
- Parameters:
 eventsDetectionJobProperties- An object that contains the properties associated with an event detection job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
eventsDetectionJobProperties
default DescribeEventsDetectionJobResponse.Builder eventsDetectionJobProperties(Consumer<EventsDetectionJobProperties.Builder> eventsDetectionJobProperties) An object that contains the properties associated with an event detection job.
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 toeventsDetectionJobProperties(EventsDetectionJobProperties).- Parameters:
 eventsDetectionJobProperties- 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:
 
 
 -