Uses of Interface
software.amazon.awssdk.services.cloudformation.model.LoggingConfig.Builder
Packages that use LoggingConfig.Builder
-
Uses of LoggingConfig.Builder in software.amazon.awssdk.services.cloudformation.model
Methods in software.amazon.awssdk.services.cloudformation.model that return LoggingConfig.BuilderModifier and TypeMethodDescriptionstatic LoggingConfig.BuilderLoggingConfig.builder()LoggingConfig.Builder.logGroupName(String logGroupName) The Amazon CloudWatch Logs group to which CloudFormation sends error logging information when invoking the extension's handlers.LoggingConfig.Builder.logRoleArn(String logRoleArn) The Amazon Resource Name (ARN) of the role that CloudFormation should assume when sending log entries to CloudWatch Logs.LoggingConfig.toBuilder()Methods in software.amazon.awssdk.services.cloudformation.model that return types with arguments of type LoggingConfig.BuilderModifier and TypeMethodDescriptionstatic Class<? extends LoggingConfig.Builder>LoggingConfig.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.cloudformation.model with type arguments of type LoggingConfig.BuilderModifier and TypeMethodDescriptiondefault ActivateTypeRequest.BuilderActivateTypeRequest.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) Contains logging configuration information for an extension.default DescribeTypeResponse.BuilderDescribeTypeResponse.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) Contains logging configuration information for private extensions.default RegisterTypeRequest.BuilderRegisterTypeRequest.Builder.loggingConfig(Consumer<LoggingConfig.Builder> loggingConfig) Specifies logging configuration information for an extension.