Class CfnResolverQueryLoggingConfigPropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.route53resolver.CfnResolverQueryLoggingConfigPropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResolverQueryLoggingConfigPropsMixin>
- Enclosing class:
CfnResolverQueryLoggingConfigPropsMixin
@Stability(Stable)
public static final class CfnResolverQueryLoggingConfigPropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResolverQueryLoggingConfigPropsMixin>
A fluent builder for
CfnResolverQueryLoggingConfigPropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()create()create(CfnPropertyMixinOptions options) destinationArn(String destinationArn) The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.destinationArn(ILogGroupRef destinationArn) The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.destinationArn(IBucketRef destinationArn) The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.The name of the query logging configuration.An array of key-value pairs to apply to this resource.
-
Method Details
-
create
@Stability(Stable) public static CfnResolverQueryLoggingConfigPropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnResolverQueryLoggingConfigPropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnResolverQueryLoggingConfigPropsMixin.Builder.
-
destinationArn
@Stability(Stable) public CfnResolverQueryLoggingConfigPropsMixin.Builder destinationArn(String destinationArn) The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.- Parameters:
destinationArn- The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream. This parameter is required.- Returns:
this- See Also:
-
destinationArn
@Stability(Stable) public CfnResolverQueryLoggingConfigPropsMixin.Builder destinationArn(ILogGroupRef destinationArn) The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.- Parameters:
destinationArn- The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream. This parameter is required.- Returns:
this- See Also:
-
destinationArn
@Stability(Stable) public CfnResolverQueryLoggingConfigPropsMixin.Builder destinationArn(IBucketRef destinationArn) The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream.- Parameters:
destinationArn- The ARN of the resource that you want Resolver to send query logs: an Amazon S3 bucket, a CloudWatch Logs log group, or a Kinesis Data Firehose delivery stream. This parameter is required.- Returns:
this- See Also:
-
name
The name of the query logging configuration.- Parameters:
name- The name of the query logging configuration. This parameter is required.- Returns:
this- See Also:
-
tags
@Stability(Stable) public CfnResolverQueryLoggingConfigPropsMixin.Builder tags(List<? extends CfnTag> tags) An array of key-value pairs to apply to this resource.- Parameters:
tags- An array of key-value pairs to apply to this resource. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnResolverQueryLoggingConfigPropsMixin>- Returns:
- a newly built instance of
CfnResolverQueryLoggingConfigPropsMixin.
-