Uses of Interface
software.amazon.awssdk.services.cloudwatchlogs.model.SyslogConfiguration.Builder
Packages that use SyslogConfiguration.Builder
-
Uses of SyslogConfiguration.Builder in software.amazon.awssdk.services.cloudwatchlogs.model
Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return SyslogConfiguration.BuilderModifier and TypeMethodDescriptionstatic SyslogConfiguration.BuilderSyslogConfiguration.builder()The time when the syslog configuration was created, expressed as the number of milliseconds afterJan 1, 1970 00:00:00 UTC.SyslogConfiguration.Builder.logGroupArn(String logGroupArn) The ARN of the log group associated with this syslog configuration.SyslogConfiguration.Builder.sourceType(String sourceType) The source type for the syslog configuration.SyslogConfiguration.Builder.sourceType(SyslogSourceType sourceType) The source type for the syslog configuration.SyslogConfiguration.toBuilder()SyslogConfiguration.Builder.vpcEndpointId(String vpcEndpointId) The ID of the VPC endpoint used for syslog ingestion.Methods in software.amazon.awssdk.services.cloudwatchlogs.model that return types with arguments of type SyslogConfiguration.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SyslogConfiguration.Builder>SyslogConfiguration.serializableBuilderClass()