public static class UpdateAgentDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAgentDetails |
build() |
UpdateAgentDetails.Builder |
copy(UpdateAgentDetails model) |
UpdateAgentDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
UpdateAgentDetails.Builder |
displayName(String displayName)
ODMS Agent name
|
UpdateAgentDetails.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
UpdateAgentDetails.Builder |
publicKey(String publicKey)
ODMS Agent public key.
|
UpdateAgentDetails.Builder |
streamId(String streamId)
The OCID of the Stream
|
UpdateAgentDetails.Builder |
version(String version)
ODMS Agent version
|
public UpdateAgentDetails.Builder displayName(String displayName)
ODMS Agent name
displayName
- the value to setpublic UpdateAgentDetails.Builder streamId(String streamId)
The OCID of the Stream
streamId
- the value to setpublic UpdateAgentDetails.Builder publicKey(String publicKey)
ODMS Agent public key.
publicKey
- the value to setpublic UpdateAgentDetails.Builder version(String version)
ODMS Agent version
version
- the value to setpublic UpdateAgentDetails.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 UpdateAgentDetails.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 UpdateAgentDetails build()
public UpdateAgentDetails.Builder copy(UpdateAgentDetails model)
Copyright © 2016–2023. All rights reserved.