public static class UpdateAndPropagateTagsDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAndPropagateTagsDetails.Builder |
associationTypes(List<String> associationTypes)
Association types that will be traversed recursively starting from the current resource,
to identify resources for which the tags will be updated.
|
UpdateAndPropagateTagsDetails |
build() |
UpdateAndPropagateTagsDetails.Builder |
copy(UpdateAndPropagateTagsDetails model) |
UpdateAndPropagateTagsDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateAndPropagateTagsDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
public UpdateAndPropagateTagsDetails.Builder freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope. Exists
for cross-compatibility only. Example: {"bar-key": "value"}
freeformTags
- the value to setpublic UpdateAndPropagateTagsDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource. Each key is predefined and scoped to a namespace.
Example: {"foo-namespace": {"bar-key": "value"}}
definedTags
- the value to setpublic UpdateAndPropagateTagsDetails.Builder associationTypes(List<String> associationTypes)
Association types that will be traversed recursively starting from the current resource, to identify resources for which the tags will be updated. If no association type is specified, only current resource will be updated. Default is empty list, which means no related resources will be updated.
associationTypes
- the value to setpublic UpdateAndPropagateTagsDetails build()
public UpdateAndPropagateTagsDetails.Builder copy(UpdateAndPropagateTagsDetails model)
Copyright © 2016–2024. All rights reserved.