Interface InferenceS3OutputConfiguration.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InferenceS3OutputConfiguration.Builder,
,InferenceS3OutputConfiguration> SdkBuilder<InferenceS3OutputConfiguration.Builder,
,InferenceS3OutputConfiguration> SdkPojo
- Enclosing class:
InferenceS3OutputConfiguration
public static interface InferenceS3OutputConfiguration.Builder
extends SdkPojo, CopyableBuilder<InferenceS3OutputConfiguration.Builder,InferenceS3OutputConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionThe bucket containing the output results from the inferenceThe prefix for the S3 bucket used for the output results from 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 Details
-
bucket
The bucket containing the output results from the inference
- Parameters:
bucket
- The bucket containing the output results from the inference- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
prefix
The prefix for the S3 bucket used for the output results from the inference.
- Parameters:
prefix
- The prefix for the S3 bucket used for the output results from the inference.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-