Uses of Interface
software.amazon.awssdk.services.robomaker.model.ProgressDetail.Builder
-
Packages that use ProgressDetail.Builder Package Description software.amazon.awssdk.services.robomaker.model -
-
Uses of ProgressDetail.Builder in software.amazon.awssdk.services.robomaker.model
Methods in software.amazon.awssdk.services.robomaker.model that return ProgressDetail.Builder Modifier and Type Method Description static ProgressDetail.BuilderProgressDetail. builder()ProgressDetail.BuilderProgressDetail.Builder. currentProgress(String currentProgress)The current progress status.ProgressDetail.BuilderProgressDetail.Builder. currentProgress(RobotDeploymentStep currentProgress)The current progress status.ProgressDetail.BuilderProgressDetail.Builder. estimatedTimeRemainingSeconds(Integer estimatedTimeRemainingSeconds)Estimated amount of time in seconds remaining in the step.ProgressDetail.BuilderProgressDetail.Builder. percentDone(Float percentDone)Precentage of the step that is done.ProgressDetail.BuilderProgressDetail.Builder. targetResource(String targetResource)The Amazon Resource Name (ARN) of the deployment job.ProgressDetail.BuilderProgressDetail. toBuilder()Methods in software.amazon.awssdk.services.robomaker.model that return types with arguments of type ProgressDetail.Builder Modifier and Type Method Description static Class<? extends ProgressDetail.Builder>ProgressDetail. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.robomaker.model with type arguments of type ProgressDetail.Builder Modifier and Type Method Description default RobotDeployment.BuilderRobotDeployment.Builder. progressDetail(Consumer<ProgressDetail.Builder> progressDetail)Information about how the deployment is progressing.
-