Class EntityRecognizerInputDataConfigAugmentedManifest.Builder
- java.lang.Object
-
- com.pulumi.aws.comprehend.outputs.EntityRecognizerInputDataConfigAugmentedManifest.Builder
-
- Enclosing class:
- EntityRecognizerInputDataConfigAugmentedManifest
public static final class EntityRecognizerInputDataConfigAugmentedManifest.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(EntityRecognizerInputDataConfigAugmentedManifest defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EntityRecognizerInputDataConfigAugmentedManifest.Builder
annotationDataS3Uri(java.lang.String annotationDataS3Uri)
EntityRecognizerInputDataConfigAugmentedManifest.Builder
attributeNames(java.lang.String... attributeNames)
EntityRecognizerInputDataConfigAugmentedManifest.Builder
attributeNames(java.util.List<java.lang.String> attributeNames)
EntityRecognizerInputDataConfigAugmentedManifest
build()
EntityRecognizerInputDataConfigAugmentedManifest.Builder
documentType(java.lang.String documentType)
EntityRecognizerInputDataConfigAugmentedManifest.Builder
s3Uri(java.lang.String s3Uri)
EntityRecognizerInputDataConfigAugmentedManifest.Builder
sourceDocumentsS3Uri(java.lang.String sourceDocumentsS3Uri)
EntityRecognizerInputDataConfigAugmentedManifest.Builder
split(java.lang.String split)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(EntityRecognizerInputDataConfigAugmentedManifest defaults)
-
-
Method Detail
-
annotationDataS3Uri
public EntityRecognizerInputDataConfigAugmentedManifest.Builder annotationDataS3Uri(@Nullable java.lang.String annotationDataS3Uri)
-
attributeNames
public EntityRecognizerInputDataConfigAugmentedManifest.Builder attributeNames(java.util.List<java.lang.String> attributeNames)
-
attributeNames
public EntityRecognizerInputDataConfigAugmentedManifest.Builder attributeNames(java.lang.String... attributeNames)
-
documentType
public EntityRecognizerInputDataConfigAugmentedManifest.Builder documentType(@Nullable java.lang.String documentType)
-
s3Uri
public EntityRecognizerInputDataConfigAugmentedManifest.Builder s3Uri(java.lang.String s3Uri)
-
sourceDocumentsS3Uri
public EntityRecognizerInputDataConfigAugmentedManifest.Builder sourceDocumentsS3Uri(@Nullable java.lang.String sourceDocumentsS3Uri)
-
split
public EntityRecognizerInputDataConfigAugmentedManifest.Builder split(@Nullable java.lang.String split)
-
build
public EntityRecognizerInputDataConfigAugmentedManifest build()
-
-