Uses of Interface
software.amazon.awssdk.services.textract.model.OutputConfig.Builder
-
Packages that use OutputConfig.Builder Package Description software.amazon.awssdk.services.textract.model -
-
Uses of OutputConfig.Builder in software.amazon.awssdk.services.textract.model
Methods in software.amazon.awssdk.services.textract.model that return OutputConfig.Builder Modifier and Type Method Description static OutputConfig.BuilderOutputConfig. builder()OutputConfig.BuilderOutputConfig.Builder. s3Bucket(String s3Bucket)The name of the bucket your output will go to.OutputConfig.BuilderOutputConfig.Builder. s3Prefix(String s3Prefix)The prefix of the object key that the output will be saved to.OutputConfig.BuilderOutputConfig. toBuilder()Methods in software.amazon.awssdk.services.textract.model that return types with arguments of type OutputConfig.Builder Modifier and Type Method Description static Class<? extends OutputConfig.Builder>OutputConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.textract.model with type arguments of type OutputConfig.Builder Modifier and Type Method Description default CreateAdapterVersionRequest.BuilderCreateAdapterVersionRequest.Builder. outputConfig(Consumer<OutputConfig.Builder> outputConfig)Sets the value of the OutputConfig property for this object.default GetAdapterVersionResponse.BuilderGetAdapterVersionResponse.Builder. outputConfig(Consumer<OutputConfig.Builder> outputConfig)Sets the value of the OutputConfig property for this object.default StartDocumentAnalysisRequest.BuilderStartDocumentAnalysisRequest.Builder. outputConfig(Consumer<OutputConfig.Builder> outputConfig)Sets if the output will go to a customer defined bucket.default StartDocumentTextDetectionRequest.BuilderStartDocumentTextDetectionRequest.Builder. outputConfig(Consumer<OutputConfig.Builder> outputConfig)Sets if the output will go to a customer defined bucket.default StartExpenseAnalysisRequest.BuilderStartExpenseAnalysisRequest.Builder. outputConfig(Consumer<OutputConfig.Builder> outputConfig)Sets if the output will go to a customer defined bucket.default StartLendingAnalysisRequest.BuilderStartLendingAnalysisRequest.Builder. outputConfig(Consumer<OutputConfig.Builder> outputConfig)Sets the value of the OutputConfig property for this object.
-