Interface DescribeEntitiesDetectionJobResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<DescribeEntitiesDetectionJobResponse.Builder,,DescribeEntitiesDetectionJobResponse> SdkBuilder<DescribeEntitiesDetectionJobResponse.Builder,,DescribeEntitiesDetectionJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeEntitiesDetectionJobResponse
public static interface DescribeEntitiesDetectionJobResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeEntitiesDetectionJobResponse.Builder,DescribeEntitiesDetectionJobResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionentitiesDetectionJobProperties(Consumer<EntitiesDetectionJobProperties.Builder> entitiesDetectionJobProperties) An object that contains the properties associated with an entities detection job.entitiesDetectionJobProperties(EntitiesDetectionJobProperties entitiesDetectionJobProperties) An object that contains the properties associated with an entities 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
- 
entitiesDetectionJobProperties
DescribeEntitiesDetectionJobResponse.Builder entitiesDetectionJobProperties(EntitiesDetectionJobProperties entitiesDetectionJobProperties) An object that contains the properties associated with an entities detection job.
- Parameters:
 entitiesDetectionJobProperties- An object that contains the properties associated with an entities detection job.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
entitiesDetectionJobProperties
default DescribeEntitiesDetectionJobResponse.Builder entitiesDetectionJobProperties(Consumer<EntitiesDetectionJobProperties.Builder> entitiesDetectionJobProperties) An object that contains the properties associated with an entities detection job.
This is a convenience method that creates an instance of theEntitiesDetectionJobProperties.Builderavoiding the need to create one manually viaEntitiesDetectionJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentitiesDetectionJobProperties(EntitiesDetectionJobProperties).- Parameters:
 entitiesDetectionJobProperties- a consumer that will call methods onEntitiesDetectionJobProperties.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -