Interface ModelInvocationJobS3InputDataConfig.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ModelInvocationJobS3InputDataConfig.Builder,,ModelInvocationJobS3InputDataConfig> SdkBuilder<ModelInvocationJobS3InputDataConfig.Builder,,ModelInvocationJobS3InputDataConfig> SdkPojo
- Enclosing class:
ModelInvocationJobS3InputDataConfig
public static interface ModelInvocationJobS3InputDataConfig.Builder
extends SdkPojo, CopyableBuilder<ModelInvocationJobS3InputDataConfig.Builder,ModelInvocationJobS3InputDataConfig>
-
Method Summary
Modifier and TypeMethodDescriptions3InputFormat(String s3InputFormat) The format of the input data.s3InputFormat(S3InputFormat s3InputFormat) The format of the input data.The S3 location of the input data.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
s3InputFormat
The format of the input data.
- Parameters:
s3InputFormat- The format of the input data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3InputFormat
The format of the input data.
- Parameters:
s3InputFormat- The format of the input data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
s3Uri
The S3 location of the input data.
- Parameters:
s3Uri- The S3 location of the input data.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-