| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudwatchlogs.model |
| Modifier and Type | Method and Description |
|---|---|
LogGroup.Builder |
LogGroup.Builder.arn(String arn)
The Amazon Resource Name (ARN) of the log group.
|
static LogGroup.Builder |
LogGroup.builder() |
LogGroup.Builder |
LogGroup.Builder.creationTime(Long creationTime)
The creation time of the log group, expressed as the number of milliseconds after Jan 1, 1970 00:00:00 UTC.
|
LogGroup.Builder |
LogGroup.Builder.dataProtectionStatus(DataProtectionStatus dataProtectionStatus)
Displays whether this log group has a protection policy, or whether it had one in the past.
|
LogGroup.Builder |
LogGroup.Builder.dataProtectionStatus(String dataProtectionStatus)
Displays whether this log group has a protection policy, or whether it had one in the past.
|
LogGroup.Builder |
LogGroup.Builder.inheritedProperties(Collection<InheritedProperty> inheritedProperties)
Displays all the properties that this log group has inherited from account-level settings.
|
LogGroup.Builder |
LogGroup.Builder.inheritedProperties(InheritedProperty... inheritedProperties)
Displays all the properties that this log group has inherited from account-level settings.
|
LogGroup.Builder |
LogGroup.Builder.inheritedPropertiesWithStrings(Collection<String> inheritedProperties)
Displays all the properties that this log group has inherited from account-level settings.
|
LogGroup.Builder |
LogGroup.Builder.inheritedPropertiesWithStrings(String... inheritedProperties)
Displays all the properties that this log group has inherited from account-level settings.
|
LogGroup.Builder |
LogGroup.Builder.kmsKeyId(String kmsKeyId)
The Amazon Resource Name (ARN) of the KMS key to use when encrypting log data.
|
LogGroup.Builder |
LogGroup.Builder.logGroupName(String logGroupName)
The name of the log group.
|
LogGroup.Builder |
LogGroup.Builder.metricFilterCount(Integer metricFilterCount)
The number of metric filters.
|
LogGroup.Builder |
LogGroup.Builder.retentionInDays(Integer retentionInDays)
Sets the value of the RetentionInDays property for this object.
|
LogGroup.Builder |
LogGroup.Builder.storedBytes(Long storedBytes)
The number of bytes stored.
|
LogGroup.Builder |
LogGroup.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LogGroup.Builder> |
LogGroup.serializableBuilderClass() |
Copyright © 2023. All rights reserved.