Interface BatchInferenceJobInput.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<BatchInferenceJobInput.Builder,
,BatchInferenceJobInput> SdkBuilder<BatchInferenceJobInput.Builder,
,BatchInferenceJobInput> SdkPojo
- Enclosing class:
BatchInferenceJobInput
public static interface BatchInferenceJobInput.Builder
extends SdkPojo, CopyableBuilder<BatchInferenceJobInput.Builder,BatchInferenceJobInput>
-
Method Summary
Modifier and TypeMethodDescriptiondefault BatchInferenceJobInput.Builder
s3DataSource
(Consumer<S3DataConfig.Builder> s3DataSource) The URI of the Amazon S3 location that contains your input data.s3DataSource
(S3DataConfig s3DataSource) The URI of the Amazon S3 location that contains your input data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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 method that creates an instance of theS3DataConfig.Builder
avoiding the need to create one manually viaS3DataConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tos3DataSource(S3DataConfig)
.- Parameters:
s3DataSource
- a consumer that will call methods onS3DataConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-