public static class BulkEditResource.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
BulkEditResource |
build() |
BulkEditResource.Builder |
copy(BulkEditResource model) |
BulkEditResource.Builder |
id(String id)
The unique OCID of the resource.
|
BulkEditResource.Builder |
metadata(Map<String,String> metadata)
Additional information that identifies the resource for bulk editing of tags.
|
BulkEditResource.Builder |
resourceType(String resourceType)
The type of resource.
|
public BulkEditResource.Builder id(String id)
The unique OCID of the resource.
id
- the value to setpublic BulkEditResource.Builder resourceType(String resourceType)
The type of resource. See listBulkEditTagsResourceTypes
.
resourceType
- the value to setpublic BulkEditResource.Builder metadata(Map<String,String> metadata)
Additional information that identifies the resource for bulk editing of tags. This information is provided in the resource’s API documentation.
metadata
- the value to setpublic BulkEditResource build()
public BulkEditResource.Builder copy(BulkEditResource model)
Copyright © 2016–2024. All rights reserved.