Interface DescribeTopicsDetectionJobResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<DescribeTopicsDetectionJobResponse.Builder,DescribeTopicsDetectionJobResponse>,SdkBuilder<DescribeTopicsDetectionJobResponse.Builder,DescribeTopicsDetectionJobResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeTopicsDetectionJobResponse
public static interface DescribeTopicsDetectionJobResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeTopicsDetectionJobResponse.Builder,DescribeTopicsDetectionJobResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeTopicsDetectionJobResponse.BuildertopicsDetectionJobProperties(Consumer<TopicsDetectionJobProperties.Builder> topicsDetectionJobProperties)The list of properties for the requested job.DescribeTopicsDetectionJobResponse.BuildertopicsDetectionJobProperties(TopicsDetectionJobProperties topicsDetectionJobProperties)The list of properties for the requested 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
-
topicsDetectionJobProperties
DescribeTopicsDetectionJobResponse.Builder topicsDetectionJobProperties(TopicsDetectionJobProperties topicsDetectionJobProperties)
The list of properties for the requested job.
- Parameters:
topicsDetectionJobProperties- The list of properties for the requested job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
topicsDetectionJobProperties
default DescribeTopicsDetectionJobResponse.Builder topicsDetectionJobProperties(Consumer<TopicsDetectionJobProperties.Builder> topicsDetectionJobProperties)
The list of properties for the requested job.
This is a convenience method that creates an instance of theTopicsDetectionJobProperties.Builderavoiding the need to create one manually viaTopicsDetectionJobProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totopicsDetectionJobProperties(TopicsDetectionJobProperties).- Parameters:
topicsDetectionJobProperties- a consumer that will call methods onTopicsDetectionJobProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
topicsDetectionJobProperties(TopicsDetectionJobProperties)
-
-