@Stability(value=Stable) public static final class CfnResolverQueryLoggingConfigProps.Builder extends Object implements software.amazon.jsii.Builder<CfnResolverQueryLoggingConfigProps>
CfnResolverQueryLoggingConfigProps| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnResolverQueryLoggingConfigProps |
build()
Builds the configured instance.
|
CfnResolverQueryLoggingConfigProps.Builder |
destinationArn(String destinationArn)
Sets the value of
CfnResolverQueryLoggingConfigProps.getDestinationArn() |
CfnResolverQueryLoggingConfigProps.Builder |
name(String name)
Sets the value of
CfnResolverQueryLoggingConfigProps.getName() |
@Stability(value=Stable) public CfnResolverQueryLoggingConfigProps.Builder destinationArn(String destinationArn)
CfnResolverQueryLoggingConfigProps.getDestinationArn()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@Stability(value=Stable) public CfnResolverQueryLoggingConfigProps.Builder name(String name)
CfnResolverQueryLoggingConfigProps.getName()name - The name of the query logging configuration.this@Stability(value=Stable) public CfnResolverQueryLoggingConfigProps build()
build in interface software.amazon.jsii.Builder<CfnResolverQueryLoggingConfigProps>CfnResolverQueryLoggingConfigPropsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.