public static interface DescribeEntitiesDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntitiesDetectionJobResponse.Builder,DescribeEntitiesDetectionJobResponse>
Modifier and Type | Method and Description |
---|---|
default DescribeEntitiesDetectionJobResponse.Builder |
entitiesDetectionJobProperties(Consumer<EntitiesDetectionJobProperties.Builder> entitiesDetectionJobProperties)
An object that contains the properties associated with an entities detection job.
|
DescribeEntitiesDetectionJobResponse.Builder |
entitiesDetectionJobProperties(EntitiesDetectionJobProperties entitiesDetectionJobProperties)
An object that contains the properties associated with an entities detection job.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
DescribeEntitiesDetectionJobResponse.Builder entitiesDetectionJobProperties(EntitiesDetectionJobProperties entitiesDetectionJobProperties)
An object that contains the properties associated with an entities detection job.
entitiesDetectionJobProperties
- An object that contains the properties associated with an entities detection job.default DescribeEntitiesDetectionJobResponse.Builder entitiesDetectionJobProperties(Consumer<EntitiesDetectionJobProperties.Builder> entitiesDetectionJobProperties)
An object that contains the properties associated with an entities detection job.
This is a convenience that creates an instance of theEntitiesDetectionJobProperties.Builder
avoiding
the need to create one manually via EntitiesDetectionJobProperties.builder()
.
When the Consumer
completes, SdkBuilder.build()
is called
immediately and its result is passed to
entitiesDetectionJobProperties(EntitiesDetectionJobProperties)
.entitiesDetectionJobProperties
- a consumer that will call methods on EntitiesDetectionJobProperties.Builder
entitiesDetectionJobProperties(EntitiesDetectionJobProperties)
Copyright © 2021 Amazon Web Services, Inc. All Rights Reserved.