Interface DescribeKeyPhrasesDetectionJobResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ComprehendResponse.Builder,- CopyableBuilder<DescribeKeyPhrasesDetectionJobResponse.Builder,,- DescribeKeyPhrasesDetectionJobResponse> - SdkBuilder<DescribeKeyPhrasesDetectionJobResponse.Builder,,- DescribeKeyPhrasesDetectionJobResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- DescribeKeyPhrasesDetectionJobResponse
@Mutable
@NotThreadSafe
public static interface DescribeKeyPhrasesDetectionJobResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeKeyPhrasesDetectionJobResponse.Builder,DescribeKeyPhrasesDetectionJobResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionkeyPhrasesDetectionJobProperties(Consumer<KeyPhrasesDetectionJobProperties.Builder> keyPhrasesDetectionJobProperties) An object that contains the properties associated with a key phrases detection job.keyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties keyPhrasesDetectionJobProperties) An object that contains the properties associated with a key phrases detection job.Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
keyPhrasesDetectionJobPropertiesDescribeKeyPhrasesDetectionJobResponse.Builder keyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties keyPhrasesDetectionJobProperties) An object that contains the properties associated with a key phrases detection job. - Parameters:
- keyPhrasesDetectionJobProperties- An object that contains the properties associated with a key phrases detection job.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
keyPhrasesDetectionJobPropertiesdefault DescribeKeyPhrasesDetectionJobResponse.Builder keyPhrasesDetectionJobProperties(Consumer<KeyPhrasesDetectionJobProperties.Builder> keyPhrasesDetectionJobProperties) An object that contains the properties associated with a key phrases detection job. This is a convenience method that creates an instance of theKeyPhrasesDetectionJobProperties.Builderavoiding the need to create one manually viaKeyPhrasesDetectionJobProperties.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tokeyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties).- Parameters:
- keyPhrasesDetectionJobProperties- a consumer that will call methods on- KeyPhrasesDetectionJobProperties.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-