public static interface ProcessingInput.Builder extends SdkPojo, CopyableBuilder<ProcessingInput.Builder,ProcessingInput>
| Modifier and Type | Method and Description |
|---|---|
ProcessingInput.Builder |
inputName(String inputName)
The name of the inputs for the processing job.
|
default ProcessingInput.Builder |
s3Input(Consumer<ProcessingS3Input.Builder> s3Input)
The S3 inputs for the processing job.
|
ProcessingInput.Builder |
s3Input(ProcessingS3Input s3Input)
The S3 inputs for the processing job.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildProcessingInput.Builder inputName(String inputName)
The name of the inputs for the processing job.
inputName - The name of the inputs for the processing job.ProcessingInput.Builder s3Input(ProcessingS3Input s3Input)
The S3 inputs for the processing job.
s3Input - The S3 inputs for the processing job.default ProcessingInput.Builder s3Input(Consumer<ProcessingS3Input.Builder> s3Input)
The S3 inputs for the processing job.
This is a convenience that creates an instance of theProcessingS3Input.Builder avoiding the need to
create one manually via ProcessingS3Input.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3Input(ProcessingS3Input).s3Input - a consumer that will call methods on ProcessingS3Input.Builders3Input(ProcessingS3Input)Copyright © 2020. All rights reserved.