public static interface BatchInferenceJobInput.Builder extends SdkPojo, CopyableBuilder<BatchInferenceJobInput.Builder,BatchInferenceJobInput>
| Modifier and Type | Method and Description |
|---|---|
default BatchInferenceJobInput.Builder |
s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)
The URI of the Amazon S3 location that contains your input data.
|
BatchInferenceJobInput.Builder |
s3DataSource(S3DataConfig s3DataSource)
The URI of the Amazon S3 location that contains your input data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchInferenceJobInput.Builder s3DataSource(S3DataConfig s3DataSource)
The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
s3DataSource - The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the
same region as the API endpoint you are calling.default BatchInferenceJobInput.Builder s3DataSource(Consumer<S3DataConfig.Builder> s3DataSource)
The URI of the Amazon S3 location that contains your input data. The Amazon S3 bucket must be in the same region as the API endpoint you are calling.
This is a convenience that creates an instance of theS3DataConfig.Builder avoiding the need to
create one manually via S3DataConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to s3DataSource(S3DataConfig).s3DataSource - a consumer that will call methods on S3DataConfig.Builders3DataSource(S3DataConfig)Copyright © 2020. All rights reserved.