Interface OutputConfig.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<OutputConfig.Builder,,OutputConfig> SdkBuilder<OutputConfig.Builder,,OutputConfig> SdkPojo
- Enclosing class:
 OutputConfig
public static interface OutputConfig.Builder
extends SdkPojo, CopyableBuilder<OutputConfig.Builder,OutputConfig> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe S3 bucket where training output is placed.s3KeyPrefix(String s3KeyPrefix) The prefix applied to the training output files.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
s3Bucket
The S3 bucket where training output is placed.
- Parameters:
 s3Bucket- The S3 bucket where training output is placed.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
s3KeyPrefix
The prefix applied to the training output files.
- Parameters:
 s3KeyPrefix- The prefix applied to the training output files.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -