Interface OutputS3Object.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<OutputS3Object.Builder,OutputS3Object>,SdkBuilder<OutputS3Object.Builder,OutputS3Object>,SdkPojo
- Enclosing class:
- OutputS3Object
public static interface OutputS3Object.Builder extends SdkPojo, CopyableBuilder<OutputS3Object.Builder,OutputS3Object>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description OutputS3Object.Builderbucket(String bucket)The bucket that contains the training output.OutputS3Object.Builderkey(String key)The location of the training output in the bucket.-
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
OutputS3Object.Builder bucket(String bucket)
The bucket that contains the training output.
- Parameters:
bucket- The bucket that contains the training output.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
key
OutputS3Object.Builder key(String key)
The location of the training output in the bucket.
- Parameters:
key- The location of the training output in the bucket.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-