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 Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FlywheelSummary.BuilderactiveModelArn(String activeModelArn)ARN of the active model version for the flywheel.FlywheelSummary.BuildercreationTime(Instant creationTime)Creation time of the flywheel.FlywheelSummary.BuilderdataLakeS3Uri(String dataLakeS3Uri)Amazon S3 URI of the data lake location.FlywheelSummary.BuilderflywheelArn(String flywheelArn)The Amazon Resource Number (ARN) of the flywheelFlywheelSummary.BuilderlastModifiedTime(Instant lastModifiedTime)Last modified time for the flywheel.FlywheelSummary.BuilderlatestFlywheelIteration(String latestFlywheelIteration)The most recent flywheel iteration.FlywheelSummary.Buildermessage(String message)A description of the status of the flywheel.FlywheelSummary.BuildermodelType(String modelType)Model type of the flywheel's model.FlywheelSummary.BuildermodelType(ModelType modelType)Model type of the flywheel's model.FlywheelSummary.Builderstatus(String status)The status of the flywheel.FlywheelSummary.Builderstatus(FlywheelStatus status)The status of the flywheel.-
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
-
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
FlywheelSummary.Builder status(String 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:
FlywheelStatus,FlywheelStatus
-
status
FlywheelSummary.Builder status(FlywheelStatus 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:
FlywheelStatus,FlywheelStatus
-
modelType
FlywheelSummary.Builder modelType(String modelType)
Model type of the flywheel's model.
-
modelType
FlywheelSummary.Builder modelType(ModelType modelType)
Model type of the flywheel's model.
-
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.
-
-