Interface DetectSyntaxRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- ComprehendRequest.Builder,- CopyableBuilder<DetectSyntaxRequest.Builder,,- DetectSyntaxRequest> - SdkBuilder<DetectSyntaxRequest.Builder,,- DetectSyntaxRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DetectSyntaxRequest
@Mutable
@NotThreadSafe
public static interface DetectSyntaxRequest.Builder
extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<DetectSyntaxRequest.Builder,DetectSyntaxRequest> 
- 
Method SummaryModifier and TypeMethodDescriptionlanguageCode(String languageCode) The language code of the input documents.languageCode(SyntaxLanguageCode languageCode) The language code of the input documents.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.A UTF-8 string.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
textA UTF-8 string. The maximum string size is 5 KB. - Parameters:
- text- A UTF-8 string. The maximum string size is 5 KB.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
languageCodeThe language code of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt"). - Parameters:
- languageCode- The language code of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt").
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
languageCodeThe language code of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt"). - Parameters:
- languageCode- The language code of the input documents. You can specify any of the following languages supported by Amazon Comprehend: German ("de"), English ("en"), Spanish ("es"), French ("fr"), Italian ("it"), or Portuguese ("pt").
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
overrideConfigurationDetectSyntaxRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDetectSyntaxRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-