Class LogAnalyticsSourceEntityType.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.LogAnalyticsSourceEntityType.Builder
-
- Enclosing class:
- LogAnalyticsSourceEntityType
public static class LogAnalyticsSourceEntityType.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogAnalyticsSourceEntityTypebuild()LogAnalyticsSourceEntityType.Buildercopy(LogAnalyticsSourceEntityType model)LogAnalyticsSourceEntityType.BuilderentityType(String entityType)The entity type.LogAnalyticsSourceEntityType.BuilderentityTypeCategory(String entityTypeCategory)The type category.LogAnalyticsSourceEntityType.BuilderentityTypeDisplayName(String entityTypeDisplayName)The entity type display name.LogAnalyticsSourceEntityType.BuildersourceId(Long sourceId)The source unique identifier.
-
-
-
Method Detail
-
sourceId
public LogAnalyticsSourceEntityType.Builder sourceId(Long sourceId)
The source unique identifier.- Parameters:
sourceId- the value to set- Returns:
- this builder
-
entityType
public LogAnalyticsSourceEntityType.Builder entityType(String entityType)
The entity type.- Parameters:
entityType- the value to set- Returns:
- this builder
-
entityTypeCategory
public LogAnalyticsSourceEntityType.Builder entityTypeCategory(String entityTypeCategory)
The type category.- Parameters:
entityTypeCategory- the value to set- Returns:
- this builder
-
entityTypeDisplayName
public LogAnalyticsSourceEntityType.Builder entityTypeDisplayName(String entityTypeDisplayName)
The entity type display name.- Parameters:
entityTypeDisplayName- the value to set- Returns:
- this builder
-
build
public LogAnalyticsSourceEntityType build()
-
copy
public LogAnalyticsSourceEntityType.Builder copy(LogAnalyticsSourceEntityType model)
-
-