public static interface LogConfig.Builder extends SdkPojo, CopyableBuilder<LogConfig.Builder,LogConfig>
Modifier and Type | Method and Description |
---|---|
LogConfig.Builder |
cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The service role that AWS AppSync will assume to publish to Amazon CloudWatch logs in your account.
|
LogConfig.Builder |
fieldLogLevel(FieldLogLevel fieldLogLevel)
The field logging level.
|
LogConfig.Builder |
fieldLogLevel(String fieldLogLevel)
The field logging level.
|
copy
applyMutation, build
LogConfig.Builder fieldLogLevel(String fieldLogLevel)
The field logging level. Values can be NONE, ERROR, or ALL.
NONE: No field-level logs are captured.
ERROR: Logs the following information only for the fields that are in error:
The error section in the server response.
Field-level errors.
The generated request/response functions that got resolved for error fields.
ALL: The following information is logged for all fields in the query:
Field-level tracing information.
The generated request/response functions that got resolved for each field.
fieldLogLevel
- The field logging level. Values can be NONE, ERROR, or ALL.
NONE: No field-level logs are captured.
ERROR: Logs the following information only for the fields that are in error:
The error section in the server response.
Field-level errors.
The generated request/response functions that got resolved for error fields.
ALL: The following information is logged for all fields in the query:
Field-level tracing information.
The generated request/response functions that got resolved for each field.
FieldLogLevel
,
FieldLogLevel
LogConfig.Builder fieldLogLevel(FieldLogLevel fieldLogLevel)
The field logging level. Values can be NONE, ERROR, or ALL.
NONE: No field-level logs are captured.
ERROR: Logs the following information only for the fields that are in error:
The error section in the server response.
Field-level errors.
The generated request/response functions that got resolved for error fields.
ALL: The following information is logged for all fields in the query:
Field-level tracing information.
The generated request/response functions that got resolved for each field.
fieldLogLevel
- The field logging level. Values can be NONE, ERROR, or ALL.
NONE: No field-level logs are captured.
ERROR: Logs the following information only for the fields that are in error:
The error section in the server response.
Field-level errors.
The generated request/response functions that got resolved for error fields.
ALL: The following information is logged for all fields in the query:
Field-level tracing information.
The generated request/response functions that got resolved for each field.
FieldLogLevel
,
FieldLogLevel
LogConfig.Builder cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The service role that AWS AppSync will assume to publish to Amazon CloudWatch logs in your account.
cloudWatchLogsRoleArn
- The service role that AWS AppSync will assume to publish to Amazon CloudWatch logs in your account.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.