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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeEventsDetectionJobResponse.BuildereventsDetectionJobProperties(Consumer<EventsDetectionJobProperties.Builder> eventsDetectionJobProperties)An object that contains the properties associated with an event detection job.DescribeEventsDetectionJobResponse.BuildereventsDetectionJobProperties(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, 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
-
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:
eventsDetectionJobProperties(EventsDetectionJobProperties)
-
-