public static interface StartTopicsDetectionJobRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<StartTopicsDetectionJobRequest.Builder,StartTopicsDetectionJobRequest>
| Modifier and Type | Method and Description | 
|---|---|
StartTopicsDetectionJobRequest.Builder | 
clientRequestToken(String clientRequestToken)
 A unique identifier for the request. 
 | 
StartTopicsDetectionJobRequest.Builder | 
dataAccessRoleArn(String dataAccessRoleArn)
 The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon
 Comprehend read access to your input data. 
 | 
default StartTopicsDetectionJobRequest.Builder | 
inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
 Specifies the format and location of the input data for the job. 
 | 
StartTopicsDetectionJobRequest.Builder | 
inputDataConfig(InputDataConfig inputDataConfig)
 Specifies the format and location of the input data for the job. 
 | 
StartTopicsDetectionJobRequest.Builder | 
jobName(String jobName)
 The identifier of the job. 
 | 
StartTopicsDetectionJobRequest.Builder | 
numberOfTopics(Integer numberOfTopics)
 The number of topics to detect. 
 | 
default StartTopicsDetectionJobRequest.Builder | 
outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
 Specifies where to send the output files. 
 | 
StartTopicsDetectionJobRequest.Builder | 
outputDataConfig(OutputDataConfig outputDataConfig)
 Specifies where to send the output files. 
 | 
StartTopicsDetectionJobRequest.Builder | 
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration. 
 | 
StartTopicsDetectionJobRequest.Builder | 
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration. 
 | 
buildoverrideConfigurationcopyapplyMutation, buildStartTopicsDetectionJobRequest.Builder inputDataConfig(InputDataConfig inputDataConfig)
Specifies the format and location of the input data for the job.
inputDataConfig - Specifies the format and location of the input data for the job.default StartTopicsDetectionJobRequest.Builder inputDataConfig(Consumer<InputDataConfig.Builder> inputDataConfig)
Specifies the format and location of the input data for the job.
This is a convenience that creates an instance of theInputDataConfig.Builder avoiding the need to
 create one manually via InputDataConfig.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to inputDataConfig(InputDataConfig).inputDataConfig - a consumer that will call methods on InputDataConfig.BuilderinputDataConfig(InputDataConfig)StartTopicsDetectionJobRequest.Builder outputDataConfig(OutputDataConfig outputDataConfig)
 Specifies where to send the output files. The output is a compressed archive with two files,
 topic-terms.csv that lists the terms associated with each topic, and doc-topics.csv
 that lists the documents associated with each topic
 
outputDataConfig - Specifies where to send the output files. The output is a compressed archive with two files,
        topic-terms.csv that lists the terms associated with each topic, and
        doc-topics.csv that lists the documents associated with each topicdefault StartTopicsDetectionJobRequest.Builder outputDataConfig(Consumer<OutputDataConfig.Builder> outputDataConfig)
 Specifies where to send the output files. The output is a compressed archive with two files,
 topic-terms.csv that lists the terms associated with each topic, and doc-topics.csv
 that lists the documents associated with each topic
 
OutputDataConfig.Builder avoiding the need to
 create one manually via OutputDataConfig.builder().
 When the Consumer completes, SdkBuilder.build() is called immediately and its
 result is passed to outputDataConfig(OutputDataConfig).outputDataConfig - a consumer that will call methods on OutputDataConfig.BuilderoutputDataConfig(OutputDataConfig)StartTopicsDetectionJobRequest.Builder dataAccessRoleArn(String dataAccessRoleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon Comprehend read access to your input data. For more information, see https://docs.aws.amazon.com/comprehend/latest/dg/access-control-managing-permissions.html#auth-role- permissions.
dataAccessRoleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that grants Amazon
        Comprehend read access to your input data. For more information, see https://docs.aws.amazon.com/comprehend/latest/dg/access-control-managing-permissions.html#auth-role-
        permissions.StartTopicsDetectionJobRequest.Builder jobName(String jobName)
The identifier of the job.
jobName - The identifier of the job.StartTopicsDetectionJobRequest.Builder numberOfTopics(Integer numberOfTopics)
The number of topics to detect.
numberOfTopics - The number of topics to detect.StartTopicsDetectionJobRequest.Builder clientRequestToken(String clientRequestToken)
A unique identifier for the request. If you do not set the client request token, Amazon Comprehend generates one.
clientRequestToken - A unique identifier for the request. If you do not set the client request token, Amazon Comprehend
        generates one.StartTopicsDetectionJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StartTopicsDetectionJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
 given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.