public static class UpdateAnnotationDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAnnotationDetails |
build() |
UpdateAnnotationDetails.Builder |
copy(UpdateAnnotationDetails model) |
UpdateAnnotationDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags for this resource.
|
UpdateAnnotationDetails.Builder |
entities(List<Entity> entities)
The entity types are validated against the dataset to ensure consistency.
|
UpdateAnnotationDetails.Builder |
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
public UpdateAnnotationDetails.Builder entities(List<Entity> entities)
The entity types are validated against the dataset to ensure consistency.
entities
- the value to setpublic UpdateAnnotationDetails.Builder freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope. It
exists for cross-compatibility only. For example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateAnnotationDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags for this resource. Each key is predefined and scoped to a namespace. For
example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateAnnotationDetails build()
public UpdateAnnotationDetails.Builder copy(UpdateAnnotationDetails model)
Copyright © 2016–2024. All rights reserved.