public static class LogAnalyticsEntityTypeSummary.Builder extends Object
Constructor and Description |
---|
Builder() |
public LogAnalyticsEntityTypeSummary.Builder name(String name)
Log analytics entity type name.
name
- the value to setpublic LogAnalyticsEntityTypeSummary.Builder internalName(String internalName)
Internal name for the log analytics entity type.
internalName
- the value to setpublic LogAnalyticsEntityTypeSummary.Builder category(String category)
Log analytics entity type category. Category will be used for grouping and filtering.
category
- the value to setpublic LogAnalyticsEntityTypeSummary.Builder cloudType(EntityCloudType cloudType)
Log analytics entity type group. This can be CLOUD (OCI) or NON_CLOUD otherwise.
cloudType
- the value to setpublic LogAnalyticsEntityTypeSummary.Builder lifecycleState(EntityLifecycleStates lifecycleState)
The current lifecycle state of the log analytics entity type.
lifecycleState
- the value to setpublic LogAnalyticsEntityTypeSummary.Builder timeCreated(Date timeCreated)
Time the log analytics entity type was created. An RFC3339 formatted datetime string.
timeCreated
- the value to setpublic LogAnalyticsEntityTypeSummary.Builder timeUpdated(Date timeUpdated)
Time the log analytics entity type was updated. An RFC3339 formatted datetime string.
timeUpdated
- the value to setpublic LogAnalyticsEntityTypeSummary.Builder managementAgentEligibilityStatus(LogAnalyticsEntityTypeSummary.ManagementAgentEligibilityStatus managementAgentEligibilityStatus)
This field indicates whether logs for entities of this type can be collected using a management agent.
managementAgentEligibilityStatus
- the value to setpublic LogAnalyticsEntityTypeSummary build()
public LogAnalyticsEntityTypeSummary.Builder copy(LogAnalyticsEntityTypeSummary model)
Copyright © 2016–2024. All rights reserved.