public static class WlpAgentSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WlpAgentSummary.Builder |
agentVersion(String agentVersion)
The version of the agent
|
WlpAgentSummary |
build() |
WlpAgentSummary.Builder |
certificateId(String certificateId)
The certificate ID returned by OCI certificates service
|
WlpAgentSummary.Builder |
compartmentId(String compartmentId)
Compartment OCID of WlpAgent
|
WlpAgentSummary.Builder |
copy(WlpAgentSummary model) |
WlpAgentSummary.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
WlpAgentSummary.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
WlpAgentSummary.Builder |
hostId(String hostId)
OCID for instance in which WlpAgent is installed
|
WlpAgentSummary.Builder |
id(String id)
OCID for WlpAgent
|
WlpAgentSummary.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
WlpAgentSummary.Builder |
tenantId(String tenantId)
Tenant ID of the host
|
WlpAgentSummary.Builder |
timeCreated(Date timeCreated)
The date and time the WLP agent was created.
|
WlpAgentSummary.Builder |
timeUpdated(Date timeUpdated)
The date and time the WLP agent was updated.
|
public WlpAgentSummary.Builder id(String id)
OCID for WlpAgent
id
- the value to setpublic WlpAgentSummary.Builder hostId(String hostId)
OCID for instance in which WlpAgent is installed
hostId
- the value to setpublic WlpAgentSummary.Builder tenantId(String tenantId)
Tenant ID of the host
tenantId
- the value to setpublic WlpAgentSummary.Builder compartmentId(String compartmentId)
Compartment OCID of WlpAgent
compartmentId
- the value to setpublic WlpAgentSummary.Builder agentVersion(String agentVersion)
The version of the agent
agentVersion
- the value to setpublic WlpAgentSummary.Builder certificateId(String certificateId)
The certificate ID returned by OCI certificates service
certificateId
- the value to setpublic WlpAgentSummary.Builder timeCreated(Date timeCreated)
The date and time the WLP agent was created. Format defined by RFC3339.
timeCreated
- the value to setpublic WlpAgentSummary.Builder timeUpdated(Date timeUpdated)
The date and time the WLP agent was updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic WlpAgentSummary.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"}
Avoid entering confidential information.
freeformTags
- the value to setpublic WlpAgentSummary.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 WlpAgentSummary.Builder systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource. Each key is predefined and scoped to a namespace. For more information, see Resource Tags. System tags can be viewed by users, but can only be created by the system.
Example: {"orcl-cloud": {"free-tier-retained": "true"}}
systemTags
- the value to setpublic WlpAgentSummary build()
public WlpAgentSummary.Builder copy(WlpAgentSummary model)
Copyright © 2016–2024. All rights reserved.