Interface InferenceS3InputConfiguration.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InferenceS3InputConfiguration.Builder,InferenceS3InputConfiguration>,SdkBuilder<InferenceS3InputConfiguration.Builder,InferenceS3InputConfiguration>,SdkPojo
- Enclosing class:
- InferenceS3InputConfiguration
public static interface InferenceS3InputConfiguration.Builder extends SdkPojo, CopyableBuilder<InferenceS3InputConfiguration.Builder,InferenceS3InputConfiguration>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InferenceS3InputConfiguration.Builderbucket(String bucket)The bucket containing the input dataset for the inference.InferenceS3InputConfiguration.Builderprefix(String prefix)The prefix for the S3 bucket used for the input data for the inference.-
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 Detail
-
bucket
InferenceS3InputConfiguration.Builder bucket(String bucket)
The bucket containing the input dataset for the inference.
- Parameters:
bucket- The bucket containing the input dataset for the inference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
InferenceS3InputConfiguration.Builder prefix(String prefix)
The prefix for the S3 bucket used for the input data for the inference.
- Parameters:
prefix- The prefix for the S3 bucket used for the input data for the inference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-