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