public static class UpdateAgentDependencyDetails.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
UpdateAgentDependencyDetails.Builder |
bucket(String bucket)
Object storage bucket where the dependency is uploaded.
|
UpdateAgentDependencyDetails |
build() |
UpdateAgentDependencyDetails.Builder |
copy(UpdateAgentDependencyDetails model) |
UpdateAgentDependencyDetails.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
UpdateAgentDependencyDetails.Builder |
dependencyName(String dependencyName)
Name of the dependency type.
|
UpdateAgentDependencyDetails.Builder |
dependencyVersion(String dependencyVersion)
Version of the Agent dependency.
|
UpdateAgentDependencyDetails.Builder |
description(String description)
Description about the Agent dependency.
|
UpdateAgentDependencyDetails.Builder |
displayName(String displayName)
Display name of the Agent dependency.
|
UpdateAgentDependencyDetails.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
UpdateAgentDependencyDetails.Builder |
namespace(String namespace)
Object storage namespace associated with the customer’s tenancy.
|
UpdateAgentDependencyDetails.Builder |
objectName(String objectName)
Name of the dependency object uploaded by the customer.
|
UpdateAgentDependencyDetails.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
public UpdateAgentDependencyDetails.Builder displayName(String displayName)
Display name of the Agent dependency.
displayName
- the value to setpublic UpdateAgentDependencyDetails.Builder dependencyName(String dependencyName)
Name of the dependency type. This should match the whitelisted enum of dependency names.
dependencyName
- the value to setpublic UpdateAgentDependencyDetails.Builder dependencyVersion(String dependencyVersion)
Version of the Agent dependency.
dependencyVersion
- the value to setpublic UpdateAgentDependencyDetails.Builder description(String description)
Description about the Agent dependency.
description
- the value to setpublic UpdateAgentDependencyDetails.Builder namespace(String namespace)
Object storage namespace associated with the customer’s tenancy.
namespace
- the value to setpublic UpdateAgentDependencyDetails.Builder bucket(String bucket)
Object storage bucket where the dependency is uploaded.
bucket
- the value to setpublic UpdateAgentDependencyDetails.Builder objectName(String objectName)
Name of the dependency object uploaded by the customer.
objectName
- the value to setpublic UpdateAgentDependencyDetails.Builder freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any. Each tag is a simple key-value
pair with no predefined name, type, or namespace/scope. For more information, see
Resource
Tags.
Example: {"Department": "Finance"}
freeformTags
- the value to setpublic UpdateAgentDependencyDetails.Builder definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any. Each key is predefined and scoped
to namespaces. For more information, see Resource
Tags.
Example: {"Operations": {"CostCenter": "42"}}
definedTags
- the value to setpublic UpdateAgentDependencyDetails.Builder systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any. The system tags are set by Oracle
cloud infrastructure services. Each key is predefined and scoped to namespaces. For more
information, see Resource
Tags.
Example: {orcl-cloud: {free-tier-retain: true}}
systemTags
- the value to setpublic UpdateAgentDependencyDetails build()
public UpdateAgentDependencyDetails.Builder copy(UpdateAgentDependencyDetails model)
Copyright © 2016–2024. All rights reserved.