Package com.oracle.bmc.cloudbridge.model
Class AgentDependencySummary.Builder
- java.lang.Object
- 
- com.oracle.bmc.cloudbridge.model.AgentDependencySummary.Builder
 
- 
- Enclosing class:
- AgentDependencySummary
 
 public static class AgentDependencySummary.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AgentDependencySummary.Builderbucket(String bucket)Object storage bucket where the Agent dependency is uploaded.AgentDependencySummarybuild()AgentDependencySummary.Builderchecksum(String checksum)The checksum associated with the dependency object returned by Object Storage.AgentDependencySummary.BuildercompartmentId(String compartmentId)Compartment identifier.AgentDependencySummary.Buildercopy(AgentDependencySummary model)AgentDependencySummary.BuilderdefinedTags(Map<String,Map<String,Object>> definedTags)The defined tags associated with this resource, if any.AgentDependencySummary.BuilderdependencyName(String dependencyName)Name of the dependency type.AgentDependencySummary.BuilderdependencyVersion(String dependencyVersion)Version of the Agent dependency.AgentDependencySummary.Builderdescription(String description)Description about the Agent dependency.AgentDependencySummary.BuilderdisplayName(String displayName)Display name of the Agent dependency.AgentDependencySummary.BuildereTag(String eTag)The eTag associated with the dependency object returned by Object Storage.AgentDependencySummary.BuilderfreeformTags(Map<String,String> freeformTags)The freeform tags associated with this resource, if any.AgentDependencySummary.Builderid(String id)Unique identifier that is immutable on creation.AgentDependencySummary.BuilderlifecycleDetails(String lifecycleDetails)A message describing the current state in more detail.AgentDependencySummary.BuilderlifecycleState(AgentDependency.LifecycleState lifecycleState)The current state of the external environment.AgentDependencySummary.Buildernamespace(String namespace)Object storage namespace associated with the customer’s tenancy.AgentDependencySummary.BuilderobjectName(String objectName)Name of the dependency object uploaded by the customer.AgentDependencySummary.BuildersystemTags(Map<String,Map<String,Object>> systemTags)The system tags associated with this resource, if any.AgentDependencySummary.BuildertimeCreated(Date timeCreated)The time when the AgentDependency was created.
 
- 
- 
- 
Method Detail- 
idpublic AgentDependencySummary.Builder id(String id) Unique identifier that is immutable on creation.- Parameters:
- id- the value to set
- Returns:
- this builder
 
 - 
displayNamepublic AgentDependencySummary.Builder displayName(String displayName) Display name of the Agent dependency.- Parameters:
- displayName- the value to set
- Returns:
- this builder
 
 - 
compartmentIdpublic AgentDependencySummary.Builder compartmentId(String compartmentId) Compartment identifier.- Parameters:
- compartmentId- the value to set
- Returns:
- this builder
 
 - 
dependencyNamepublic AgentDependencySummary.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
 
 - 
dependencyVersionpublic AgentDependencySummary.Builder dependencyVersion(String dependencyVersion) Version of the Agent dependency.- Parameters:
- dependencyVersion- the value to set
- Returns:
- this builder
 
 - 
descriptionpublic AgentDependencySummary.Builder description(String description) Description about the Agent dependency.- Parameters:
- description- the value to set
- Returns:
- this builder
 
 - 
namespacepublic AgentDependencySummary.Builder namespace(String namespace) Object storage namespace associated with the customer’s tenancy.- Parameters:
- namespace- the value to set
- Returns:
- this builder
 
 - 
bucketpublic AgentDependencySummary.Builder bucket(String bucket) Object storage bucket where the Agent dependency is uploaded.- Parameters:
- bucket- the value to set
- Returns:
- this builder
 
 - 
objectNamepublic AgentDependencySummary.Builder objectName(String objectName) Name of the dependency object uploaded by the customer.- Parameters:
- objectName- the value to set
- Returns:
- this builder
 
 - 
timeCreatedpublic AgentDependencySummary.Builder timeCreated(Date timeCreated) The time when the AgentDependency was created.An RFC3339 formatted datetime string. - Parameters:
- timeCreated- the value to set
- Returns:
- this builder
 
 - 
eTagpublic AgentDependencySummary.Builder eTag(String eTag) The eTag associated with the dependency object returned by Object Storage.- Parameters:
- eTag- the value to set
- Returns:
- this builder
 
 - 
checksumpublic AgentDependencySummary.Builder checksum(String checksum) The checksum associated with the dependency object returned by Object Storage.- Parameters:
- checksum- the value to set
- Returns:
- this builder
 
 - 
lifecycleStatepublic AgentDependencySummary.Builder lifecycleState(AgentDependency.LifecycleState lifecycleState) The current state of the external environment.- Parameters:
- lifecycleState- the value to set
- Returns:
- this builder
 
 - 
lifecycleDetailspublic AgentDependencySummary.Builder lifecycleDetails(String lifecycleDetails) A message describing the current state in more detail.For example, it can be used to provide actionable information for a resource in Failed state. - Parameters:
- lifecycleDetails- the value to set
- Returns:
- this builder
 
 - 
freeformTagspublic AgentDependencySummary.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
 
 - 
definedTagspublic AgentDependencySummary.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
 
 - 
systemTagspublic AgentDependencySummary.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
 
 - 
buildpublic AgentDependencySummary build() 
 - 
copypublic AgentDependencySummary.Builder copy(AgentDependencySummary model) 
 
- 
 
-