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 Details

    • 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

      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:
    • 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:
    • 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

      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.