Interface EventLogConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EventLogConfig.Builder,EventLogConfig>,SdkBuilder<EventLogConfig.Builder,EventLogConfig>,SdkPojo
- Enclosing class:
- EventLogConfig
public static interface EventLogConfig.Builder extends SdkPojo, CopyableBuilder<EventLogConfig.Builder,EventLogConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EventLogConfig.BuildercloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)The IAM service role that AppSync assumes to publish CloudWatch Logs in your account.EventLogConfig.BuilderlogLevel(String logLevel)The type of information to log for the Event API.EventLogConfig.BuilderlogLevel(EventLogLevel logLevel)The type of information to log for the Event API.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
logLevel
EventLogConfig.Builder logLevel(String logLevel)
The type of information to log for the Event API.
- Parameters:
logLevel- The type of information to log for the Event API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventLogLevel,EventLogLevel
-
logLevel
EventLogConfig.Builder logLevel(EventLogLevel logLevel)
The type of information to log for the Event API.
- Parameters:
logLevel- The type of information to log for the Event API.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
EventLogLevel,EventLogLevel
-
cloudWatchLogsRoleArn
EventLogConfig.Builder cloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The IAM service role that AppSync assumes to publish CloudWatch Logs in your account.
- Parameters:
cloudWatchLogsRoleArn- The IAM service role that AppSync assumes to publish CloudWatch Logs in your account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-