Package com.oracle.bmc.identity.model
Class BulkEditTagsDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.identity.model.BulkEditTagsDetails.Builder
-
- Enclosing class:
- BulkEditTagsDetails
public static class BulkEditTagsDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
compartmentId
public BulkEditTagsDetails.Builder compartmentId(String compartmentId)
The OCID of the compartment where the bulk tag edit request is submitted.- Parameters:
compartmentId
- the value to set- Returns:
- this builder
-
resources
public BulkEditTagsDetails.Builder resources(List<BulkEditResource> resources)
The resources to be updated.- Parameters:
resources
- the value to set- Returns:
- this builder
-
bulkEditOperations
public BulkEditTagsDetails.Builder bulkEditOperations(List<BulkEditOperationDetails> bulkEditOperations)
The operations associated with the request to bulk edit tags.- Parameters:
bulkEditOperations
- the value to set- Returns:
- this builder
-
build
public BulkEditTagsDetails build()
-
copy
public BulkEditTagsDetails.Builder copy(BulkEditTagsDetails model)
-
-