Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.LogGroup.Builder
Packages that use LogGroup.Builder
-
Uses of LogGroup.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return LogGroup.BuilderModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the log group.LogGroup.Builder.bearerTokenAuthenticationEnabled(Boolean bearerTokenAuthenticationEnabled) Indicates whether bearer token authentication is enabled for this log group.static LogGroup.BuilderLogGroup.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.dataProtectionStatus(String dataProtectionStatus) Displays whether this log group has a protection policy, or whether it had one in the past.LogGroup.Builder.dataProtectionStatus(DataProtectionStatus dataProtectionStatus) Displays whether this log group has a protection policy, or whether it had one in the past.LogGroup.Builder.deletionProtectionEnabled(Boolean deletionProtectionEnabled) Indicates whether deletion protection is enabled for this log group.LogGroup.Builder.inheritedProperties(Collection<InheritedProperty> inheritedProperties) Displays all the properties that this log group has inherited from account-level settings.LogGroup.Builder.inheritedProperties(InheritedProperty... inheritedProperties) Displays all the properties that this log group has inherited from account-level settings.LogGroup.Builder.inheritedPropertiesWithStrings(String... inheritedProperties) Displays all the properties that this log group has inherited from account-level settings.LogGroup.Builder.inheritedPropertiesWithStrings(Collection<String> inheritedProperties) Displays all the properties that this log group has inherited from account-level settings.The Amazon Resource Name (ARN) of the KMS key to use when encrypting log data.LogGroup.Builder.logGroupArn(String logGroupArn) The Amazon Resource Name (ARN) of the log group.LogGroup.Builder.logGroupClass(String logGroupClass) This specifies the log group class for this log group.LogGroup.Builder.logGroupClass(LogGroupClass logGroupClass) This specifies the log group class for this log group.LogGroup.Builder.logGroupName(String logGroupName) The name of the log group.LogGroup.Builder.metricFilterCount(Integer metricFilterCount) The number of metric filters.LogGroup.Builder.retentionInDays(Integer retentionInDays) Sets the value of the RetentionInDays property for this object.LogGroup.Builder.storedBytes(Long storedBytes) The number of bytes stored.LogGroup.toBuilder()Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type LogGroup.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LogGroup.Builder>LogGroup.serializableBuilderClass()