public static interface DescribeEventsDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeEventsDetectionJobResponse.Builder,DescribeEventsDetectionJobResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeEventsDetectionJobResponse.Builder |
eventsDetectionJobProperties(Consumer<EventsDetectionJobProperties.Builder> eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
|
DescribeEventsDetectionJobResponse.Builder |
eventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEventsDetectionJobResponse.Builder eventsDetectionJobProperties(EventsDetectionJobProperties eventsDetectionJobProperties)
An object that contains the properties associated with an event detection job.
eventsDetectionJobProperties - An object that contains the properties associated with an event detection job.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.Builder
avoiding the need to create one manually via EventsDetectionJobProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to eventsDetectionJobProperties(EventsDetectionJobProperties).
eventsDetectionJobProperties - a consumer that will call methods on EventsDetectionJobProperties.BuildereventsDetectionJobProperties(EventsDetectionJobProperties)Copyright © 2023. All rights reserved.