public static class BulkEditTagsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkEditTagsDetails |
build() |
BulkEditTagsDetails.Builder |
bulkEditOperations(List<BulkEditOperationDetails> bulkEditOperations)
The operations associated with the request to bulk edit tags.
|
BulkEditTagsDetails.Builder |
compartmentId(String compartmentId)
The OCID of the compartment where the bulk tag edit request is submitted.
|
BulkEditTagsDetails.Builder |
copy(BulkEditTagsDetails model) |
BulkEditTagsDetails.Builder |
resources(List<BulkEditResource> resources)
The resources to be updated.
|
public BulkEditTagsDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where the bulk tag edit request is submitted.
compartmentId
- the value to setpublic BulkEditTagsDetails.Builder resources(List<BulkEditResource> resources)
The resources to be updated.
resources
- the value to setpublic BulkEditTagsDetails.Builder bulkEditOperations(List<BulkEditOperationDetails> bulkEditOperations)
The operations associated with the request to bulk edit tags.
bulkEditOperations
- the value to setpublic BulkEditTagsDetails build()
public BulkEditTagsDetails.Builder copy(BulkEditTagsDetails model)
Copyright © 2016–2024. All rights reserved.