@Generated(value="software.amazon.awssdk:codegen") public final class ProgressDetail extends Object implements SdkPojo, Serializable, ToCopyableBuilder<ProgressDetail.Builder,ProgressDetail>
Information about the progress of a deployment job.
| Modifier and Type | Class and Description |
|---|---|
static interface |
ProgressDetail.Builder |
| Modifier and Type | Method and Description |
|---|---|
static ProgressDetail.Builder |
builder() |
RobotDeploymentStep |
currentProgress()
The current progress status.
|
String |
currentProgressAsString()
The current progress status.
|
boolean |
equals(Object obj) |
boolean |
equalsBySdkFields(Object obj) |
Integer |
estimatedTimeRemainingSeconds()
Estimated amount of time in seconds remaining in the step.
|
<T> Optional<T> |
getValueForField(String fieldName,
Class<T> clazz) |
int |
hashCode() |
Float |
percentDone()
Precentage of the step that is done.
|
List<SdkField<?>> |
sdkFields() |
static Class<? extends ProgressDetail.Builder> |
serializableBuilderClass() |
String |
targetResource()
The Amazon Resource Name (ARN) of the deployment job.
|
ProgressDetail.Builder |
toBuilder() |
String |
toString()
Returns a string representation of this object.
|
clone, finalize, getClass, notify, notifyAll, wait, wait, waitcopypublic RobotDeploymentStep currentProgress()
The current progress status.
Validating the deployment.
Downloading and extracting the bundle on the robot.
Executing pre-launch script(s) if provided.
Launching the robot application.
Executing post-launch script(s) if provided.
Deployment is complete.
If the service returns an enum value that is not available in the current SDK version, currentProgress
will return RobotDeploymentStep.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from currentProgressAsString().
Validating the deployment.
Downloading and extracting the bundle on the robot.
Executing pre-launch script(s) if provided.
Launching the robot application.
Executing post-launch script(s) if provided.
Deployment is complete.
RobotDeploymentSteppublic String currentProgressAsString()
The current progress status.
Validating the deployment.
Downloading and extracting the bundle on the robot.
Executing pre-launch script(s) if provided.
Launching the robot application.
Executing post-launch script(s) if provided.
Deployment is complete.
If the service returns an enum value that is not available in the current SDK version, currentProgress
will return RobotDeploymentStep.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is
available from currentProgressAsString().
Validating the deployment.
Downloading and extracting the bundle on the robot.
Executing pre-launch script(s) if provided.
Launching the robot application.
Executing post-launch script(s) if provided.
Deployment is complete.
RobotDeploymentSteppublic Float percentDone()
Precentage of the step that is done. This currently only applies to the Downloading/Extracting step
of the deployment. It is empty for other steps.
Downloading/Extracting step of the deployment. It is empty for other steps.public Integer estimatedTimeRemainingSeconds()
Estimated amount of time in seconds remaining in the step. This currently only applies to the
Downloading/Extracting step of the deployment. It is empty for other steps.
Downloading/Extracting step of the deployment. It is empty for other steps.public String targetResource()
The Amazon Resource Name (ARN) of the deployment job.
public ProgressDetail.Builder toBuilder()
toBuilder in interface ToCopyableBuilder<ProgressDetail.Builder,ProgressDetail>public static ProgressDetail.Builder builder()
public static Class<? extends ProgressDetail.Builder> serializableBuilderClass()
public boolean equalsBySdkFields(Object obj)
equalsBySdkFields in interface SdkPojopublic String toString()
Copyright © 2020. All rights reserved.