@Stability(value=Stable) public static final class CfnGraphQLApi.LogConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGraphQLApi.LogConfigProperty>
CfnGraphQLApi.LogConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGraphQLApi.LogConfigProperty |
build()
Builds the configured instance.
|
CfnGraphQLApi.LogConfigProperty.Builder |
cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
Sets the value of
CfnGraphQLApi.LogConfigProperty.getCloudWatchLogsRoleArn() |
CfnGraphQLApi.LogConfigProperty.Builder |
excludeVerboseContent(Boolean excludeVerboseContent)
Sets the value of
CfnGraphQLApi.LogConfigProperty.getExcludeVerboseContent() |
CfnGraphQLApi.LogConfigProperty.Builder |
excludeVerboseContent(IResolvable excludeVerboseContent)
Sets the value of
CfnGraphQLApi.LogConfigProperty.getExcludeVerboseContent() |
CfnGraphQLApi.LogConfigProperty.Builder |
fieldLogLevel(String fieldLogLevel)
Sets the value of
CfnGraphQLApi.LogConfigProperty.getFieldLogLevel() |
@Stability(value=Stable) public CfnGraphQLApi.LogConfigProperty.Builder cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
CfnGraphQLApi.LogConfigProperty.getCloudWatchLogsRoleArn()cloudWatchLogsRoleArn - The service role that AWS AppSync will assume to publish to Amazon CloudWatch Logs in your account.this@Stability(value=Stable) public CfnGraphQLApi.LogConfigProperty.Builder excludeVerboseContent(Boolean excludeVerboseContent)
CfnGraphQLApi.LogConfigProperty.getExcludeVerboseContent()excludeVerboseContent - Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.this@Stability(value=Stable) public CfnGraphQLApi.LogConfigProperty.Builder excludeVerboseContent(IResolvable excludeVerboseContent)
CfnGraphQLApi.LogConfigProperty.getExcludeVerboseContent()excludeVerboseContent - Set to TRUE to exclude sections that contain information such as headers, context, and evaluated mapping templates, regardless of logging level.this@Stability(value=Stable) public CfnGraphQLApi.LogConfigProperty.Builder fieldLogLevel(String fieldLogLevel)
CfnGraphQLApi.LogConfigProperty.getFieldLogLevel()fieldLogLevel - The field logging level. Values can be NONE, ERROR, or ALL.
this@Stability(value=Stable) public CfnGraphQLApi.LogConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnGraphQLApi.LogConfigProperty>CfnGraphQLApi.LogConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.