| Package | Description |
|---|---|
| software.amazon.awssdk.services.appsync.model |
| Modifier and Type | Method and Description |
|---|---|
static LogConfig.Builder |
LogConfig.builder() |
LogConfig.Builder |
LogConfig.Builder.cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The service role that AppSync assumes to publish to CloudWatch logs in your account.
|
LogConfig.Builder |
LogConfig.Builder.excludeVerboseContent(Boolean excludeVerboseContent)
Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping
templates, regardless of logging level.
|
LogConfig.Builder |
LogConfig.Builder.fieldLogLevel(FieldLogLevel fieldLogLevel)
The field logging level.
|
LogConfig.Builder |
LogConfig.Builder.fieldLogLevel(String fieldLogLevel)
The field logging level.
|
LogConfig.Builder |
LogConfig.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends LogConfig.Builder> |
LogConfig.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UpdateGraphqlApiRequest.Builder |
UpdateGraphqlApiRequest.Builder.logConfig(Consumer<LogConfig.Builder> logConfig)
The Amazon CloudWatch Logs configuration for the
GraphqlApi object. |
default GraphqlApi.Builder |
GraphqlApi.Builder.logConfig(Consumer<LogConfig.Builder> logConfig)
The Amazon CloudWatch Logs configuration.
|
default CreateGraphqlApiRequest.Builder |
CreateGraphqlApiRequest.Builder.logConfig(Consumer<LogConfig.Builder> logConfig)
The Amazon CloudWatch Logs configuration.
|
Copyright © 2023. All rights reserved.