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.BuildercreatedAt(Instant createdAt)The date and time that the model card export job was created.ModelCardExportJobSummary.BuilderlastModifiedAt(Instant lastModifiedAt)The date and time that the model card export job was last modified..ModelCardExportJobSummary.BuildermodelCardExportJobArn(String modelCardExportJobArn)The Amazon Resource Name (ARN) of the model card export job.ModelCardExportJobSummary.BuildermodelCardExportJobName(String modelCardExportJobName)The name of the model card export job.ModelCardExportJobSummary.BuildermodelCardName(String modelCardName)The name of the model card that the export job exports.ModelCardExportJobSummary.BuildermodelCardVersion(Integer modelCardVersion)The version of the model card that the export job exports.ModelCardExportJobSummary.Builderstatus(String status)The completion status of the model card export job.ModelCardExportJobSummary.Builderstatus(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.
-
-