Interface EvaluationOutputDataConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EvaluationOutputDataConfig.Builder,EvaluationOutputDataConfig>,SdkBuilder<EvaluationOutputDataConfig.Builder,EvaluationOutputDataConfig>,SdkPojo
- Enclosing class:
- EvaluationOutputDataConfig
@Mutable @NotThreadSafe public static interface EvaluationOutputDataConfig.Builder extends SdkPojo, CopyableBuilder<EvaluationOutputDataConfig.Builder,EvaluationOutputDataConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EvaluationOutputDataConfig.Builders3Uri(String s3Uri)The Amazon S3 URI where the results of the evaluation job are saved.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
s3Uri
EvaluationOutputDataConfig.Builder s3Uri(String s3Uri)
The Amazon S3 URI where the results of the evaluation job are saved.
- Parameters:
s3Uri- The Amazon S3 URI where the results of the evaluation job are saved.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-