public static class LogAnalyticsAssociationParameter.Builder extends Object
Constructor and Description |
---|
Builder() |
public LogAnalyticsAssociationParameter.Builder agentId(String agentId)
The agent unique identifier.
agentId
- the value to setpublic LogAnalyticsAssociationParameter.Builder entityType(String entityType)
The entity type.
entityType
- the value to setpublic LogAnalyticsAssociationParameter.Builder entityId(String entityId)
The entity unique identifier.
entityId
- the value to setpublic LogAnalyticsAssociationParameter.Builder sourceId(String sourceId)
The source name.
sourceId
- the value to setpublic LogAnalyticsAssociationParameter.Builder sourceDisplayName(String sourceDisplayName)
The source display name.
sourceDisplayName
- the value to setpublic LogAnalyticsAssociationParameter.Builder sourceType(String sourceType)
The source type.
sourceType
- the value to setpublic LogAnalyticsAssociationParameter.Builder status(LogAnalyticsAssociationParameter.Status status)
The status. Either FAILED or SUCCEEDED.
status
- the value to setpublic LogAnalyticsAssociationParameter.Builder statusDescription(String statusDescription)
The status description.
statusDescription
- the value to setpublic LogAnalyticsAssociationParameter.Builder associationProperties(List<AssociationProperty> associationProperties)
A list of association properties.
associationProperties
- the value to setpublic LogAnalyticsAssociationParameter.Builder missingProperties(List<String> missingProperties)
A list of missing properties.
missingProperties
- the value to setpublic LogAnalyticsAssociationParameter.Builder requiredProperties(List<String> requiredProperties)
A list of requried properties.
requiredProperties
- the value to setpublic LogAnalyticsAssociationParameter build()
public LogAnalyticsAssociationParameter.Builder copy(LogAnalyticsAssociationParameter model)
Copyright © 2016–2024. All rights reserved.