Uses of Interface
software.amazon.awssdk.services.appsync.model.EventLogConfig.Builder
-
Packages that use EventLogConfig.Builder Package Description software.amazon.awssdk.services.appsync.model -
-
Uses of EventLogConfig.Builder in software.amazon.awssdk.services.appsync.model
Methods in software.amazon.awssdk.services.appsync.model that return EventLogConfig.Builder Modifier and Type Method Description static EventLogConfig.BuilderEventLogConfig. builder()EventLogConfig.BuilderEventLogConfig.Builder. cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)The IAM service role that AppSync assumes to publish CloudWatch Logs in your account.EventLogConfig.BuilderEventLogConfig.Builder. logLevel(String logLevel)The type of information to log for the Event API.EventLogConfig.BuilderEventLogConfig.Builder. logLevel(EventLogLevel logLevel)The type of information to log for the Event API.EventLogConfig.BuilderEventLogConfig. toBuilder()Methods in software.amazon.awssdk.services.appsync.model that return types with arguments of type EventLogConfig.Builder Modifier and Type Method Description static Class<? extends EventLogConfig.Builder>EventLogConfig. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.appsync.model with type arguments of type EventLogConfig.Builder Modifier and Type Method Description default EventConfig.BuilderEventConfig.Builder. logConfig(Consumer<EventLogConfig.Builder> logConfig)The CloudWatch Logs configuration for the Event API.
-