Interface QueryLoggingConfig.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<QueryLoggingConfig.Builder,QueryLoggingConfig>,SdkBuilder<QueryLoggingConfig.Builder,QueryLoggingConfig>,SdkPojo
- Enclosing class:
- QueryLoggingConfig
public static interface QueryLoggingConfig.Builder extends SdkPojo, CopyableBuilder<QueryLoggingConfig.Builder,QueryLoggingConfig>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description QueryLoggingConfig.BuildercloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.QueryLoggingConfig.BuilderhostedZoneId(String hostedZoneId)The ID of the hosted zone that CloudWatch Logs is logging queries for.QueryLoggingConfig.Builderid(String id)The ID for a configuration for DNS query logging.-
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, sdkFields
-
-
-
-
Method Detail
-
id
QueryLoggingConfig.Builder id(String id)
The ID for a configuration for DNS query logging.
- Parameters:
id- The ID for a configuration for DNS query logging.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
hostedZoneId
QueryLoggingConfig.Builder hostedZoneId(String hostedZoneId)
The ID of the hosted zone that CloudWatch Logs is logging queries for.
- Parameters:
hostedZoneId- The ID of the hosted zone that CloudWatch Logs is logging queries for.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
cloudWatchLogsLogGroupArn
QueryLoggingConfig.Builder cloudWatchLogsLogGroupArn(String cloudWatchLogsLogGroupArn)
The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.
- Parameters:
cloudWatchLogsLogGroupArn- The Amazon Resource Name (ARN) of the CloudWatch Logs log group that Amazon Route 53 is publishing logs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-