Interface ModelCardExportOutputConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ModelCardExportOutputConfig.Builder,,- ModelCardExportOutputConfig> - SdkBuilder<ModelCardExportOutputConfig.Builder,,- ModelCardExportOutputConfig> - SdkPojo
- Enclosing class:
- ModelCardExportOutputConfig
@Mutable
@NotThreadSafe
public static interface ModelCardExportOutputConfig.Builder
extends SdkPojo, CopyableBuilder<ModelCardExportOutputConfig.Builder,ModelCardExportOutputConfig> 
- 
Method SummaryModifier and TypeMethodDescriptions3OutputPath(String s3OutputPath) The Amazon S3 output path to export your model card PDF.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
s3OutputPathThe Amazon S3 output path to export your model card PDF. - Parameters:
- s3OutputPath- The Amazon S3 output path to export your model card PDF.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-