public static class UpsertLogAnalyticsAssociation.Builder extends Object
Constructor and Description |
---|
Builder() |
public UpsertLogAnalyticsAssociation.Builder agentId(String agentId)
The agent unique identifier.
agentId
- the value to setpublic UpsertLogAnalyticsAssociation.Builder sourceName(String sourceName)
The source name.
sourceName
- the value to setpublic UpsertLogAnalyticsAssociation.Builder sourceTypeName(String sourceTypeName)
The source type internal name.
sourceTypeName
- the value to setpublic UpsertLogAnalyticsAssociation.Builder entityId(String entityId)
The entity unique identifier.
entityId
- the value to setpublic UpsertLogAnalyticsAssociation.Builder entityName(String entityName)
The entity name.
entityName
- the value to setpublic UpsertLogAnalyticsAssociation.Builder entityTypeName(String entityTypeName)
The entity type internal name.
entityTypeName
- the value to setpublic UpsertLogAnalyticsAssociation.Builder host(String host)
The host name.
host
- the value to setpublic UpsertLogAnalyticsAssociation.Builder logGroupId(String logGroupId)
The log group unique identifier.
logGroupId
- the value to setpublic UpsertLogAnalyticsAssociation.Builder associationProperties(List<AssociationProperty> associationProperties)
A list of association properties.
associationProperties
- the value to setpublic UpsertLogAnalyticsAssociation build()
public UpsertLogAnalyticsAssociation.Builder copy(UpsertLogAnalyticsAssociation model)
Copyright © 2016–2024. All rights reserved.