public static class RoverBundleRequestSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
RoverBundleRequestSummary |
build() |
RoverBundleRequestSummary.Builder |
bundleVersion(String bundleVersion)
The bundle version that customer wants to upgrade to.
|
RoverBundleRequestSummary.Builder |
copy(RoverBundleRequestSummary model) |
RoverBundleRequestSummary.Builder |
destinationBucketName(String destinationBucketName)
The destination bucket name the bundle will be copied to.
|
RoverBundleRequestSummary.Builder |
destinationCompartmentId(String destinationCompartmentId)
The OCID of destination compartment that the bundle will be copied to.
|
RoverBundleRequestSummary.Builder |
id(String id)
The unique identifier of roverBundleRequest.
|
RoverBundleRequestSummary.Builder |
timeTaskCreated(Date timeTaskCreated)
The time of the task was created.
|
RoverBundleRequestSummary.Builder |
workRequestId(String workRequestId)
The work request id for an async copyObject operation.
|
public RoverBundleRequestSummary.Builder id(String id)
The unique identifier of roverBundleRequest.
id
- the value to setpublic RoverBundleRequestSummary.Builder destinationCompartmentId(String destinationCompartmentId)
The OCID of destination compartment that the bundle will be copied to.
destinationCompartmentId
- the value to setpublic RoverBundleRequestSummary.Builder destinationBucketName(String destinationBucketName)
The destination bucket name the bundle will be copied to.
destinationBucketName
- the value to setpublic RoverBundleRequestSummary.Builder bundleVersion(String bundleVersion)
The bundle version that customer wants to upgrade to.
bundleVersion
- the value to setpublic RoverBundleRequestSummary.Builder workRequestId(String workRequestId)
The work request id for an async copyObject operation.
workRequestId
- the value to setpublic RoverBundleRequestSummary.Builder timeTaskCreated(Date timeTaskCreated)
The time of the task was created. An RFC3339 formatted datetime string.
timeTaskCreated
- the value to setpublic RoverBundleRequestSummary build()
public RoverBundleRequestSummary.Builder copy(RoverBundleRequestSummary model)
Copyright © 2016–2024. All rights reserved.