Class UpsertLogAnalyticsAssociation.Builder
- java.lang.Object
-
- com.oracle.bmc.loganalytics.model.UpsertLogAnalyticsAssociation.Builder
-
- Enclosing class:
- UpsertLogAnalyticsAssociation
public static class UpsertLogAnalyticsAssociation.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
agentId
public UpsertLogAnalyticsAssociation.Builder agentId(String agentId)
The agent unique identifier.- Parameters:
agentId
- the value to set- Returns:
- this builder
-
sourceName
public UpsertLogAnalyticsAssociation.Builder sourceName(String sourceName)
The source name.- Parameters:
sourceName
- the value to set- Returns:
- this builder
-
sourceTypeName
public UpsertLogAnalyticsAssociation.Builder sourceTypeName(String sourceTypeName)
The source type internal name.- Parameters:
sourceTypeName
- the value to set- Returns:
- this builder
-
entityId
public UpsertLogAnalyticsAssociation.Builder entityId(String entityId)
The entity unique identifier.- Parameters:
entityId
- the value to set- Returns:
- this builder
-
entityName
public UpsertLogAnalyticsAssociation.Builder entityName(String entityName)
The entity name.- Parameters:
entityName
- the value to set- Returns:
- this builder
-
entityTypeName
public UpsertLogAnalyticsAssociation.Builder entityTypeName(String entityTypeName)
The entity type internal name.- Parameters:
entityTypeName
- the value to set- Returns:
- this builder
-
host
public UpsertLogAnalyticsAssociation.Builder host(String host)
The host name.- Parameters:
host
- the value to set- Returns:
- this builder
-
logGroupId
public UpsertLogAnalyticsAssociation.Builder logGroupId(String logGroupId)
The log group unique identifier.- Parameters:
logGroupId
- the value to set- Returns:
- this builder
-
associationProperties
public UpsertLogAnalyticsAssociation.Builder associationProperties(List<AssociationProperty> associationProperties)
A list of association properties.- Parameters:
associationProperties
- the value to set- Returns:
- this builder
-
build
public UpsertLogAnalyticsAssociation build()
-
copy
public UpsertLogAnalyticsAssociation.Builder copy(UpsertLogAnalyticsAssociation model)
-
-