Interface Progress.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<Progress.Builder,,Progress> SdkBuilder<Progress.Builder,,Progress> SdkPojo
- Enclosing class:
Progress
@Mutable
@NotThreadSafe
public static interface Progress.Builder
extends SdkPojo, CopyableBuilder<Progress.Builder,Progress>
-
Method Summary
Modifier and TypeMethodDescriptioncompletionPercentage(Double completionPercentage) The completion percentage of the generation process (0-100).stepsCompleted(Integer stepsCompleted) The number of generation steps that have been completed.totalSteps(Integer totalSteps) The total number of steps in the generation process.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
stepsCompleted
The number of generation steps that have been completed.
- Parameters:
stepsCompleted- The number of generation steps that have been completed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
totalSteps
The total number of steps in the generation process.
- Parameters:
totalSteps- The total number of steps in the generation process.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
completionPercentage
The completion percentage of the generation process (0-100).
- Parameters:
completionPercentage- The completion percentage of the generation process (0-100).- Returns:
- Returns a reference to this object so that method calls can be chained together.
-