Interface ModelPackageGroupSummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary>, SdkBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary>, SdkPojo
Enclosing class:
ModelPackageGroupSummary

public static interface ModelPackageGroupSummary.Builder extends SdkPojo, CopyableBuilder<ModelPackageGroupSummary.Builder,ModelPackageGroupSummary>
  • Method Details

    • modelPackageGroupName

      ModelPackageGroupSummary.Builder modelPackageGroupName(String modelPackageGroupName)

      The name of the model group.

      Parameters:
      modelPackageGroupName - The name of the model group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelPackageGroupArn

      ModelPackageGroupSummary.Builder modelPackageGroupArn(String modelPackageGroupArn)

      The Amazon Resource Name (ARN) of the model group.

      Parameters:
      modelPackageGroupArn - The Amazon Resource Name (ARN) of the model group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelPackageGroupDescription

      ModelPackageGroupSummary.Builder modelPackageGroupDescription(String modelPackageGroupDescription)

      A description of the model group.

      Parameters:
      modelPackageGroupDescription - A description of the model group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • creationTime

      ModelPackageGroupSummary.Builder creationTime(Instant creationTime)

      The time that the model group was created.

      Parameters:
      creationTime - The time that the model group was created.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • modelPackageGroupStatus

      ModelPackageGroupSummary.Builder modelPackageGroupStatus(String modelPackageGroupStatus)

      The status of the model group.

      Parameters:
      modelPackageGroupStatus - The status of the model group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelPackageGroupStatus

      ModelPackageGroupSummary.Builder modelPackageGroupStatus(ModelPackageGroupStatus modelPackageGroupStatus)

      The status of the model group.

      Parameters:
      modelPackageGroupStatus - The status of the model group.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: