Interface OutputS3Object.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<OutputS3Object.Builder,
,OutputS3Object> SdkBuilder<OutputS3Object.Builder,
,OutputS3Object> SdkPojo
- Enclosing class:
OutputS3Object
@Mutable
@NotThreadSafe
public static interface OutputS3Object.Builder
extends SdkPojo, CopyableBuilder<OutputS3Object.Builder,OutputS3Object>
-
Method Summary
Modifier and TypeMethodDescriptionThe bucket that contains the training output.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, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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.
-