Class BulkEditResource.Builder
- java.lang.Object
- 
- com.oracle.bmc.securityattribute.model.BulkEditResource.Builder
 
- 
- Enclosing class:
- BulkEditResource
 
 public static class BulkEditResource.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description BulkEditResourcebuild()BulkEditResource.Buildercopy(BulkEditResource model)BulkEditResource.Builderid(String id)The unique OCID of the resource.BulkEditResource.Buildermetadata(Map<String,String> metadata)Additional information that identifies the resource for bulk editing of tags.BulkEditResource.BuilderresourceType(String resourceType)The type of resource.
 
- 
- 
- 
Method Detail- 
idpublic BulkEditResource.Builder id(String id) The unique OCID of the resource.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
resourceTypepublic BulkEditResource.Builder resourceType(String resourceType) The type of resource.See listBulkEditTagsResourceTypes.- Parameters:
- resourceType- the value to set
- Returns:
- this builder
 
 - 
metadatapublic 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. - Parameters:
- metadata- the value to set
- Returns:
- this builder
 
 - 
buildpublic BulkEditResource build() 
 - 
copypublic BulkEditResource.Builder copy(BulkEditResource model) 
 
- 
 
-