public static class UpdateModelDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateModelDetails |
build() |
UpdateModelDetails.Builder |
copy(UpdateModelDetails model) |
UpdateModelDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateModelDetails.Builder |
description(String description)
An optional description of the model.
|
UpdateModelDetails.Builder |
displayName(String displayName)
A human-friendly name of the model, which can be changed.
|
UpdateModelDetails.Builder |
freeformTags(Map<String,String> freeformTags)
A simple key-value pair that is applied without any predefined name, type, or scope.
|
public UpdateModelDetails.Builder displayName(String displayName)
A human-friendly name of the model, which can be changed.
displayName
- the value to setpublic UpdateModelDetails.Builder description(String description)
An optional description of the model.
description
- the value to setpublic UpdateModelDetails.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 UpdateModelDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
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 UpdateModelDetails build()
public UpdateModelDetails.Builder copy(UpdateModelDetails model)
Copyright © 2016–2024. All rights reserved.