public static interface AnomalousLogGroup.Builder extends SdkPojo, CopyableBuilder<AnomalousLogGroup.Builder,AnomalousLogGroup>
| Modifier and Type | Method and Description |
|---|---|
AnomalousLogGroup.Builder |
impactEndTime(Instant impactEndTime)
The time the anomalous log events stopped.
|
AnomalousLogGroup.Builder |
impactStartTime(Instant impactStartTime)
The time the anomalous log events began.
|
AnomalousLogGroup.Builder |
logAnomalyShowcases(Collection<LogAnomalyShowcase> logAnomalyShowcases)
The log anomalies in the log group.
|
AnomalousLogGroup.Builder |
logAnomalyShowcases(Consumer<LogAnomalyShowcase.Builder>... logAnomalyShowcases)
The log anomalies in the log group.
|
AnomalousLogGroup.Builder |
logAnomalyShowcases(LogAnomalyShowcase... logAnomalyShowcases)
The log anomalies in the log group.
|
AnomalousLogGroup.Builder |
logGroupName(String logGroupName)
The name of the CloudWatch log group.
|
AnomalousLogGroup.Builder |
numberOfLogLinesScanned(Integer numberOfLogLinesScanned)
The number of log lines that were scanned for anomalous log events.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAnomalousLogGroup.Builder logGroupName(String logGroupName)
The name of the CloudWatch log group.
logGroupName - The name of the CloudWatch log group.AnomalousLogGroup.Builder impactStartTime(Instant impactStartTime)
The time the anomalous log events began. The impact start time indicates the time of the first log anomaly event that occurs.
impactStartTime - The time the anomalous log events began. The impact start time indicates the time of the first log
anomaly event that occurs.AnomalousLogGroup.Builder impactEndTime(Instant impactEndTime)
The time the anomalous log events stopped.
impactEndTime - The time the anomalous log events stopped.AnomalousLogGroup.Builder numberOfLogLinesScanned(Integer numberOfLogLinesScanned)
The number of log lines that were scanned for anomalous log events.
numberOfLogLinesScanned - The number of log lines that were scanned for anomalous log events.AnomalousLogGroup.Builder logAnomalyShowcases(Collection<LogAnomalyShowcase> logAnomalyShowcases)
The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.
logAnomalyShowcases - The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar
anomalous log events.AnomalousLogGroup.Builder logAnomalyShowcases(LogAnomalyShowcase... logAnomalyShowcases)
The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.
logAnomalyShowcases - The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar
anomalous log events.AnomalousLogGroup.Builder logAnomalyShowcases(Consumer<LogAnomalyShowcase.Builder>... logAnomalyShowcases)
The log anomalies in the log group. Each log anomaly displayed represents a cluster of similar anomalous log events.
This is a convenience method that creates an instance of theLogAnomalyShowcase.Builder avoiding the need to
create one manually via LogAnomalyShowcase.builder()
.
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #logAnomalyShowcases(List.
logAnomalyShowcases - a consumer that will call methods on
LogAnomalyShowcase.Builder#logAnomalyShowcases(java.util.Collection) Copyright © 2023. All rights reserved.