Class AssociableEntity.Builder
- java.lang.Object
- 
- com.oracle.bmc.loganalytics.model.AssociableEntity.Builder
 
- 
- Enclosing class:
- AssociableEntity
 
 public static class AssociableEntity.Builder extends Object 
- 
- 
Constructor SummaryConstructors Constructor Description Builder()
 - 
Method SummaryAll Methods Instance Methods Concrete Methods Modifier and Type Method Description AssociableEntity.BuilderagentId(String agentId)The OCID of the Management Agent.AssociableEntitybuild()AssociableEntity.Buildercopy(AssociableEntity model)AssociableEntity.BuildereligibilityStatus(AssociableEntity.EligibilityStatus eligibilityStatus)This field indicates whether the entity is (in)eligible to be associated with this source.AssociableEntity.BuilderentityId(String entityId)The entity OCID.AssociableEntity.BuilderentityName(String entityName)The name of the entity.AssociableEntity.BuilderentityTypeDisplayName(String entityTypeDisplayName)The display name of the entity type.AssociableEntity.BuilderentityTypeName(String entityTypeName)The type name of the entity.AssociableEntity.Builderhost(String host)The entity host.AssociableEntity.BuilderineligibilityDetails(String ineligibilityDetails)The reason the entity is not eligible for association.
 
- 
- 
- 
Method Detail- 
entityIdpublic AssociableEntity.Builder entityId(String entityId) The entity OCID.- Parameters:
- entityId- the value to set
- Returns:
- this builder
 
 - 
entityNamepublic AssociableEntity.Builder entityName(String entityName) The name of the entity.- Parameters:
- entityName- the value to set
- Returns:
- this builder
 
 - 
entityTypeNamepublic AssociableEntity.Builder entityTypeName(String entityTypeName) The type name of the entity.- Parameters:
- entityTypeName- the value to set
- Returns:
- this builder
 
 - 
entityTypeDisplayNamepublic AssociableEntity.Builder entityTypeDisplayName(String entityTypeDisplayName) The display name of the entity type.- Parameters:
- entityTypeDisplayName- the value to set
- Returns:
- this builder
 
 - 
hostpublic AssociableEntity.Builder host(String host) The entity host.- Parameters:
- host- the value to set
- Returns:
- this builder
 
 - 
agentIdpublic AssociableEntity.Builder agentId(String agentId) The OCID of the Management Agent.- Parameters:
- agentId- the value to set
- Returns:
- this builder
 
 - 
eligibilityStatuspublic AssociableEntity.Builder eligibilityStatus(AssociableEntity.EligibilityStatus eligibilityStatus) This field indicates whether the entity is (in)eligible to be associated with this source.- Parameters:
- eligibilityStatus- the value to set
- Returns:
- this builder
 
 - 
ineligibilityDetailspublic AssociableEntity.Builder ineligibilityDetails(String ineligibilityDetails) The reason the entity is not eligible for association.- Parameters:
- ineligibilityDetails- the value to set
- Returns:
- this builder
 
 - 
buildpublic AssociableEntity build() 
 - 
copypublic AssociableEntity.Builder copy(AssociableEntity model) 
 
- 
 
-