Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
WlpAgent.Builder |
agentVersion(String agentVersion)
The version of the agent
|
WlpAgent |
build() |
WlpAgent.Builder |
certificateId(String certificateId)
The certificate ID returned by OCI certificates service
|
WlpAgent.Builder |
certificateSignedRequest(String certificateSignedRequest)
The updated certificate signing request
|
WlpAgent.Builder |
compartmentId(String compartmentId)
Compartment OCID of WlpAgent.
|
WlpAgent.Builder |
copy(WlpAgent model) |
WlpAgent.Builder |
definedTags(Map<String,Map<String,Object>> definedTags)
Defined tags for this resource.
|
WlpAgent.Builder |
freeformTags(Map<String,String> freeformTags)
Simple key-value pair that is applied without any predefined name, type or scope.
|
WlpAgent.Builder |
hostId(String hostId)
OCID for instance in which WlpAgent is installed
|
WlpAgent.Builder |
id(String id)
OCID for WlpAgent
|
WlpAgent.Builder |
locks(List<ResourceLock> locks)
Locks associated with this resource.
|
WlpAgent.Builder |
systemTags(Map<String,Map<String,Object>> systemTags)
System tags for this resource.
|
WlpAgent.Builder |
tenantId(String tenantId)
TenantId of the host
|
WlpAgent.Builder |
timeCreated(Date timeCreated)
The date and time the WlpAgent was created.
|
WlpAgent.Builder |
timeUpdated(Date timeUpdated)
The date and time the WlpAgent was updated.
|
public WlpAgent.Builder id(String id)
OCID for WlpAgent
id
- the value to setpublic WlpAgent.Builder hostId(String hostId)
OCID for instance in which WlpAgent is installed
hostId
- the value to setpublic WlpAgent.Builder tenantId(String tenantId)
TenantId of the host
tenantId
- the value to setpublic WlpAgent.Builder compartmentId(String compartmentId)
Compartment OCID of WlpAgent.
compartmentId
- the value to setpublic WlpAgent.Builder agentVersion(String agentVersion)
The version of the agent
agentVersion
- the value to setpublic WlpAgent.Builder certificateId(String certificateId)
The certificate ID returned by OCI certificates service
certificateId
- the value to setpublic WlpAgent.Builder certificateSignedRequest(String certificateSignedRequest)
The updated certificate signing request
certificateSignedRequest
- the value to setpublic WlpAgent.Builder timeCreated(Date timeCreated)
The date and time the WlpAgent was created. Format defined by RFC3339.
timeCreated
- the value to setpublic WlpAgent.Builder timeUpdated(Date timeUpdated)
The date and time the WlpAgent was updated. Format defined by RFC3339.
timeUpdated
- the value to setpublic WlpAgent.Builder locks(List<ResourceLock> locks)
Locks associated with this resource.
locks
- the value to setpublic WlpAgent.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 WlpAgent.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 WlpAgent.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 WlpAgent build()
public WlpAgent.Builder copy(WlpAgent model)
Copyright © 2016–2024. All rights reserved.