Interface DescribeKeyPhrasesDetectionJobResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<DescribeKeyPhrasesDetectionJobResponse.Builder,,DescribeKeyPhrasesDetectionJobResponse> SdkBuilder<DescribeKeyPhrasesDetectionJobResponse.Builder,,DescribeKeyPhrasesDetectionJobResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
DescribeKeyPhrasesDetectionJobResponse
public static interface DescribeKeyPhrasesDetectionJobResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeKeyPhrasesDetectionJobResponse.Builder,DescribeKeyPhrasesDetectionJobResponse>
-
Method Summary
Modifier 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.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
-
keyPhrasesDetectionJobProperties
DescribeKeyPhrasesDetectionJobResponse.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.
-
keyPhrasesDetectionJobProperties
default 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 onKeyPhrasesDetectionJobProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-