public static interface ProcessingOutput.Builder extends SdkPojo, CopyableBuilder<ProcessingOutput.Builder,ProcessingOutput>
| Modifier and Type | Method and Description |
|---|---|
ProcessingOutput.Builder |
outputName(String outputName)
The name for the processing job output.
|
default ProcessingOutput.Builder |
s3Output(Consumer<ProcessingS3Output.Builder> s3Output)
Configuration for processing job outputs in Amazon S3.
|
ProcessingOutput.Builder |
s3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessingOutput.Builder outputName(String outputName)
The name for the processing job output.
outputName - The name for the processing job output.ProcessingOutput.Builder s3Output(ProcessingS3Output s3Output)
Configuration for processing job outputs in Amazon S3.
s3Output - Configuration for processing job outputs in Amazon S3.default ProcessingOutput.Builder s3Output(Consumer<ProcessingS3Output.Builder> s3Output)
Configuration for processing job outputs in Amazon S3.
This is a convenience that creates an instance of theProcessingS3Output.Builder avoiding the need to
create one manually via ProcessingS3Output.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Output(ProcessingS3Output).s3Output - a consumer that will call methods on ProcessingS3Output.Builders3Output(ProcessingS3Output)Copyright © 2020. All rights reserved.