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 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, 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, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaKeyPhrasesDetectionJobProperties.builder()
.When the
Consumer
completes,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:
-