public static class AgentDependencySummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AgentDependencySummary.Builder |
bucket(String bucket)
Object storage bucket where the Agent dependency is uploaded.
|
AgentDependencySummary |
build() |
AgentDependencySummary.Builder |
checksum(String checksum)
The checksum associated with the dependency object returned by Object Storage.
|
AgentDependencySummary.Builder |
compartmentId(String compartmentId)
Compartment identifier.
|
AgentDependencySummary.Builder |
copy(AgentDependencySummary model) |
AgentDependencySummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
The defined tags associated with this resource, if any.
|
AgentDependencySummary.Builder |
dependencyName(String dependencyName)
Name of the dependency type.
|
AgentDependencySummary.Builder |
dependencyVersion(String dependencyVersion)
Version of the Agent dependency.
|
AgentDependencySummary.Builder |
description(String description)
Description about the Agent dependency.
|
AgentDependencySummary.Builder |
displayName(String displayName)
Display name of the Agent dependency.
|
AgentDependencySummary.Builder |
eTag(String eTag)
The eTag associated with the dependency object returned by Object Storage.
|
AgentDependencySummary.Builder |
freeformTags(Map<String,String> freeformTags)
The freeform tags associated with this resource, if any.
|
AgentDependencySummary.Builder |
id(String id)
Unique identifier that is immutable on creation.
|
AgentDependencySummary.Builder |
lifecycleDetails(String lifecycleDetails)
A message describing the current state in more detail.
|
AgentDependencySummary.Builder |
lifecycleState(AgentDependency.LifecycleState lifecycleState)
The current state of the external environment.
|
AgentDependencySummary.Builder |
namespace(String namespace)
Object storage namespace associated with the customer’s tenancy.
|
AgentDependencySummary.Builder |
objectName(String objectName)
Name of the dependency object uploaded by the customer.
|
AgentDependencySummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
The system tags associated with this resource, if any.
|
AgentDependencySummary.Builder |
timeCreated(Date timeCreated)
The time when the AgentDependency was created.
|
public AgentDependencySummary.Builder id(String id)
Unique identifier that is immutable on creation.
id
- the value to setpublic AgentDependencySummary.Builder displayName(String displayName)
Display name of the Agent dependency.
displayName
- the value to setpublic AgentDependencySummary.Builder compartmentId(String compartmentId)
Compartment identifier.
compartmentId
- the value to setpublic AgentDependencySummary.Builder dependencyName(String dependencyName)
Name of the dependency type. This should match the whitelisted enum of dependency names.
dependencyName
- the value to setpublic AgentDependencySummary.Builder dependencyVersion(String dependencyVersion)
Version of the Agent dependency.
dependencyVersion
- the value to setpublic AgentDependencySummary.Builder description(String description)
Description about the Agent dependency.
description
- the value to setpublic AgentDependencySummary.Builder namespace(String namespace)
Object storage namespace associated with the customer’s tenancy.
namespace
- the value to setpublic AgentDependencySummary.Builder bucket(String bucket)
Object storage bucket where the Agent dependency is uploaded.
bucket
- the value to setpublic AgentDependencySummary.Builder objectName(String objectName)
Name of the dependency object uploaded by the customer.
objectName
- the value to setpublic AgentDependencySummary.Builder timeCreated(Date timeCreated)
The time when the AgentDependency was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic AgentDependencySummary.Builder eTag(String eTag)
The eTag associated with the dependency object returned by Object Storage.
eTag
- the value to setpublic AgentDependencySummary.Builder checksum(String checksum)
The checksum associated with the dependency object returned by Object Storage.
checksum
- the value to setpublic AgentDependencySummary.Builder lifecycleState(AgentDependency.LifecycleState lifecycleState)
The current state of the external environment.
lifecycleState
- the value to setpublic 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.
lifecycleDetails
- the value to setpublic 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"}
freeformTags
- the value to setpublic 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"}}
definedTags
- the value to setpublic 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}}
systemTags
- the value to setpublic AgentDependencySummary build()
public AgentDependencySummary.Builder copy(AgentDependencySummary model)
Copyright © 2016–2024. All rights reserved.