Package | Description |
---|---|
com.oracle.bmc.rover.model |
Modifier and Type | Method and Description |
---|---|
static RoverBundleStatus.Builder |
RoverBundleStatus.builder()
Create a new builder.
|
RoverBundleStatus.Builder |
RoverBundleStatus.Builder.bundleName(String bundleName)
The full name of the bundle.
|
RoverBundleStatus.Builder |
RoverBundleStatus.Builder.copy(RoverBundleStatus model) |
RoverBundleStatus.Builder |
RoverBundleStatus.Builder.errorMessage(String errorMessage)
The error message if work request fails.
|
RoverBundleStatus.Builder |
RoverBundleStatus.Builder.percentComplete(Float percentComplete)
Percentage of the work request completed.
|
RoverBundleStatus.Builder |
RoverBundleStatus.Builder.status(RoverBundleStatus.Status status)
The progress of the workflow.
|
RoverBundleStatus.Builder |
RoverBundleStatus.Builder.timeAccepted(Date timeAccepted)
The date and time the work request was created.
|
RoverBundleStatus.Builder |
RoverBundleStatus.Builder.timeFinished(Date timeFinished)
The date and time the work request was finished.
|
RoverBundleStatus.Builder |
RoverBundleStatus.Builder.timeStarted(Date timeStarted)
The date and time the work request was started.
|
RoverBundleStatus.Builder |
RoverBundleStatus.toBuilder() |
Copyright © 2016–2024. All rights reserved.