Package com.oracle.bmc.cloudbridge.model
Class UpdateAgentDependencyDetails.Builder
- java.lang.Object
-
- com.oracle.bmc.cloudbridge.model.UpdateAgentDependencyDetails.Builder
-
- Enclosing class:
- UpdateAgentDependencyDetails
public static class UpdateAgentDependencyDetails.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method 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.
-
-
-
Method Detail
-
displayName
public UpdateAgentDependencyDetails.Builder displayName(String displayName)
Display name of the Agent dependency.- Parameters:
displayName
- the value to set- Returns:
- this builder
-
dependencyName
public UpdateAgentDependencyDetails.Builder dependencyName(String dependencyName)
Name of the dependency type.This should match the whitelisted enum of dependency names.
- Parameters:
dependencyName
- the value to set- Returns:
- this builder
-
dependencyVersion
public UpdateAgentDependencyDetails.Builder dependencyVersion(String dependencyVersion)
Version of the Agent dependency.- Parameters:
dependencyVersion
- the value to set- Returns:
- this builder
-
description
public UpdateAgentDependencyDetails.Builder description(String description)
Description about the Agent dependency.- Parameters:
description
- the value to set- Returns:
- this builder
-
namespace
public UpdateAgentDependencyDetails.Builder namespace(String namespace)
Object storage namespace associated with the customer’s tenancy.- Parameters:
namespace
- the value to set- Returns:
- this builder
-
bucket
public UpdateAgentDependencyDetails.Builder bucket(String bucket)
Object storage bucket where the dependency is uploaded.- Parameters:
bucket
- the value to set- Returns:
- this builder
-
objectName
public UpdateAgentDependencyDetails.Builder objectName(String objectName)
Name of the dependency object uploaded by the customer.- Parameters:
objectName
- the value to set- Returns:
- this builder
-
freeformTags
public 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”}
- Parameters:
freeformTags
- the value to set- Returns:
- this builder
-
definedTags
public 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”}}
- Parameters:
definedTags
- the value to set- Returns:
- this builder
-
systemTags
public 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}}
- Parameters:
systemTags
- the value to set- Returns:
- this builder
-
build
public UpdateAgentDependencyDetails build()
-
copy
public UpdateAgentDependencyDetails.Builder copy(UpdateAgentDependencyDetails model)
-
-