public static final class CfnResolverQueryLoggingConfigAssociation.Builder
extends java.lang.Object
CfnResolverQueryLoggingConfigAssociation
.Modifier and Type | Method and Description |
---|---|
CfnResolverQueryLoggingConfigAssociation |
build() |
static CfnResolverQueryLoggingConfigAssociation.Builder |
create(Construct scope,
java.lang.String id) |
CfnResolverQueryLoggingConfigAssociation.Builder |
resolverQueryLogConfigId(java.lang.String resolverQueryLogConfigId)
The ID of the query logging configuration that a VPC is associated with.
|
CfnResolverQueryLoggingConfigAssociation.Builder |
resourceId(java.lang.String resourceId)
The ID of the Amazon VPC that is associated with the query logging configuration.
|
public static CfnResolverQueryLoggingConfigAssociation.Builder create(Construct scope, java.lang.String id)
scope
- - scope in which this resource is defined. This parameter is required.id
- - scoped id of the resource. This parameter is required.CfnResolverQueryLoggingConfigAssociation.Builder
.public CfnResolverQueryLoggingConfigAssociation.Builder resolverQueryLogConfigId(java.lang.String resolverQueryLogConfigId)
resolverQueryLogConfigId
- The ID of the query logging configuration that a VPC is associated with. This parameter is required.this
public CfnResolverQueryLoggingConfigAssociation.Builder resourceId(java.lang.String resourceId)
resourceId
- The ID of the Amazon VPC that is associated with the query logging configuration. This parameter is required.this
public CfnResolverQueryLoggingConfigAssociation build()