Interface ModelCardExportJobSummary.Builder
-
- All Superinterfaces:
Buildable
,CopyableBuilder<ModelCardExportJobSummary.Builder,ModelCardExportJobSummary>
,SdkBuilder<ModelCardExportJobSummary.Builder,ModelCardExportJobSummary>
,SdkPojo
- Enclosing class:
- ModelCardExportJobSummary
public static interface ModelCardExportJobSummary.Builder extends SdkPojo, CopyableBuilder<ModelCardExportJobSummary.Builder,ModelCardExportJobSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ModelCardExportJobSummary.Builder
createdAt(Instant createdAt)
The date and time that the model card export job was created.ModelCardExportJobSummary.Builder
lastModifiedAt(Instant lastModifiedAt)
The date and time that the model card export job was last modified..ModelCardExportJobSummary.Builder
modelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.ModelCardExportJobSummary.Builder
modelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.ModelCardExportJobSummary.Builder
modelCardName(String modelCardName)
The name of the model card that the export job exports.ModelCardExportJobSummary.Builder
modelCardVersion(Integer modelCardVersion)
The version of the model card that the export job exports.ModelCardExportJobSummary.Builder
status(String status)
The completion status of the model card export job.ModelCardExportJobSummary.Builder
status(ModelCardExportJobStatus status)
The completion status of the model card export job.-
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
-
modelCardExportJobName
ModelCardExportJobSummary.Builder modelCardExportJobName(String modelCardExportJobName)
The name of the model card export job.
- Parameters:
modelCardExportJobName
- The name of the model card export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardExportJobArn
ModelCardExportJobSummary.Builder modelCardExportJobArn(String modelCardExportJobArn)
The Amazon Resource Name (ARN) of the model card export job.
- Parameters:
modelCardExportJobArn
- The Amazon Resource Name (ARN) of the model card export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
ModelCardExportJobSummary.Builder status(String status)
The completion status of the model card export job.
- Parameters:
status
- The completion status of the model card export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardExportJobStatus
,ModelCardExportJobStatus
-
status
ModelCardExportJobSummary.Builder status(ModelCardExportJobStatus status)
The completion status of the model card export job.
- Parameters:
status
- The completion status of the model card export job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ModelCardExportJobStatus
,ModelCardExportJobStatus
-
modelCardName
ModelCardExportJobSummary.Builder modelCardName(String modelCardName)
The name of the model card that the export job exports.
- Parameters:
modelCardName
- The name of the model card that the export job exports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
modelCardVersion
ModelCardExportJobSummary.Builder modelCardVersion(Integer modelCardVersion)
The version of the model card that the export job exports.
- Parameters:
modelCardVersion
- The version of the model card that the export job exports.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
ModelCardExportJobSummary.Builder createdAt(Instant createdAt)
The date and time that the model card export job was created.
- Parameters:
createdAt
- The date and time that the model card export job was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedAt
ModelCardExportJobSummary.Builder lastModifiedAt(Instant lastModifiedAt)
The date and time that the model card export job was last modified..
- Parameters:
lastModifiedAt
- The date and time that the model card export job was last modified..- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-