public static class BulkMoveResourcesDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkMoveResourcesDetails |
build() |
BulkMoveResourcesDetails.Builder |
copy(BulkMoveResourcesDetails model) |
BulkMoveResourcesDetails.Builder |
resources(List<BulkActionResource> resources)
The resources to be moved.
|
BulkMoveResourcesDetails.Builder |
targetCompartmentId(String targetCompartmentId)
The OCID of the
destination compartment into which to move the resources.
|
public BulkMoveResourcesDetails.Builder resources(List<BulkActionResource> resources)
The resources to be moved.
resources
- the value to setpublic BulkMoveResourcesDetails.Builder targetCompartmentId(String targetCompartmentId)
The OCID of the destination compartment into which to move the resources.
targetCompartmentId
- the value to setpublic BulkMoveResourcesDetails build()
public BulkMoveResourcesDetails.Builder copy(BulkMoveResourcesDetails model)
Copyright © 2016–2024. All rights reserved.