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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeKeyPhrasesDetectionJobResponse.BuilderkeyPhrasesDetectionJobProperties(Consumer<KeyPhrasesDetectionJobProperties.Builder> keyPhrasesDetectionJobProperties)An object that contains the properties associated with a key phrases detection job.DescribeKeyPhrasesDetectionJobResponse.BuilderkeyPhrasesDetectionJobProperties(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, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
keyPhrasesDetectionJobProperties(KeyPhrasesDetectionJobProperties)
-
-