Interface FlywheelSummary.Builder

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

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

    • flywheelArn

      FlywheelSummary.Builder flywheelArn(String flywheelArn)

      The Amazon Resource Number (ARN) of the flywheel

      Parameters:
      flywheelArn - The Amazon Resource Number (ARN) of the flywheel
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • activeModelArn

      FlywheelSummary.Builder activeModelArn(String activeModelArn)

      ARN of the active model version for the flywheel.

      Parameters:
      activeModelArn - ARN of the active model version for the flywheel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • dataLakeS3Uri

      FlywheelSummary.Builder dataLakeS3Uri(String dataLakeS3Uri)

      Amazon S3 URI of the data lake location.

      Parameters:
      dataLakeS3Uri - Amazon S3 URI of the data lake location.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • status

      The status of the flywheel.

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

      The status of the flywheel.

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

      FlywheelSummary.Builder modelType(String modelType)

      Model type of the flywheel's model.

      Parameters:
      modelType - Model type of the flywheel's model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • modelType

      FlywheelSummary.Builder modelType(ModelType modelType)

      Model type of the flywheel's model.

      Parameters:
      modelType - Model type of the flywheel's model.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • message

      FlywheelSummary.Builder message(String message)

      A description of the status of the flywheel.

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

      FlywheelSummary.Builder creationTime(Instant creationTime)

      Creation time of the flywheel.

      Parameters:
      creationTime - Creation time of the flywheel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastModifiedTime

      FlywheelSummary.Builder lastModifiedTime(Instant lastModifiedTime)

      Last modified time for the flywheel.

      Parameters:
      lastModifiedTime - Last modified time for the flywheel.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • latestFlywheelIteration

      FlywheelSummary.Builder latestFlywheelIteration(String latestFlywheelIteration)

      The most recent flywheel iteration.

      Parameters:
      latestFlywheelIteration - The most recent flywheel iteration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.