public static class AssociableEntity.Builder extends Object
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
AssociableEntity.Builder |
agentId(String agentId)
The OCID of the Management Agent.
|
AssociableEntity |
build() |
AssociableEntity.Builder |
copy(AssociableEntity model) |
AssociableEntity.Builder |
eligibilityStatus(AssociableEntity.EligibilityStatus eligibilityStatus)
This field indicates whether the entity is (in)eligible to be associated with this
source.
|
AssociableEntity.Builder |
entityId(String entityId)
The entity OCID.
|
AssociableEntity.Builder |
entityName(String entityName)
The name of the entity.
|
AssociableEntity.Builder |
entityTypeDisplayName(String entityTypeDisplayName)
The display name of the entity type.
|
AssociableEntity.Builder |
entityTypeName(String entityTypeName)
The type name of the entity.
|
AssociableEntity.Builder |
host(String host)
The entity host.
|
AssociableEntity.Builder |
ineligibilityDetails(String ineligibilityDetails)
The reason the entity is not eligible for association.
|
public AssociableEntity.Builder entityId(String entityId)
The entity OCID.
entityId
- the value to setpublic AssociableEntity.Builder entityName(String entityName)
The name of the entity.
entityName
- the value to setpublic AssociableEntity.Builder entityTypeName(String entityTypeName)
The type name of the entity.
entityTypeName
- the value to setpublic AssociableEntity.Builder entityTypeDisplayName(String entityTypeDisplayName)
The display name of the entity type.
entityTypeDisplayName
- the value to setpublic AssociableEntity.Builder host(String host)
The entity host.
host
- the value to setpublic AssociableEntity.Builder agentId(String agentId)
The OCID of the Management Agent.
agentId
- the value to setpublic AssociableEntity.Builder eligibilityStatus(AssociableEntity.EligibilityStatus eligibilityStatus)
This field indicates whether the entity is (in)eligible to be associated with this source.
eligibilityStatus
- the value to setpublic AssociableEntity.Builder ineligibilityDetails(String ineligibilityDetails)
The reason the entity is not eligible for association.
ineligibilityDetails
- the value to setpublic AssociableEntity build()
public AssociableEntity.Builder copy(AssociableEntity model)
Copyright © 2016–2024. All rights reserved.