Package com.pulumi.aws.route53.inputs
Class ResolverQueryLogConfigAssociationState.Builder
- java.lang.Object
-
- com.pulumi.aws.route53.inputs.ResolverQueryLogConfigAssociationState.Builder
-
- Enclosing class:
- ResolverQueryLogConfigAssociationState
public static final class ResolverQueryLogConfigAssociationState.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(ResolverQueryLogConfigAssociationState defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description ResolverQueryLogConfigAssociationState
build()
ResolverQueryLogConfigAssociationState.Builder
resolverQueryLogConfigId(com.pulumi.core.Output<java.lang.String> resolverQueryLogConfigId)
ResolverQueryLogConfigAssociationState.Builder
resolverQueryLogConfigId(java.lang.String resolverQueryLogConfigId)
ResolverQueryLogConfigAssociationState.Builder
resourceId(com.pulumi.core.Output<java.lang.String> resourceId)
ResolverQueryLogConfigAssociationState.Builder
resourceId(java.lang.String resourceId)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(ResolverQueryLogConfigAssociationState defaults)
-
-
Method Detail
-
resolverQueryLogConfigId
public ResolverQueryLogConfigAssociationState.Builder resolverQueryLogConfigId(@Nullable com.pulumi.core.Output<java.lang.String> resolverQueryLogConfigId)
- Parameters:
resolverQueryLogConfigId
- The ID of the Route 53 Resolver query logging configuration that you want to associate a VPC with.- Returns:
- builder
-
resolverQueryLogConfigId
public ResolverQueryLogConfigAssociationState.Builder resolverQueryLogConfigId(java.lang.String resolverQueryLogConfigId)
- Parameters:
resolverQueryLogConfigId
- The ID of the Route 53 Resolver query logging configuration that you want to associate a VPC with.- Returns:
- builder
-
resourceId
public ResolverQueryLogConfigAssociationState.Builder resourceId(@Nullable com.pulumi.core.Output<java.lang.String> resourceId)
- Parameters:
resourceId
- The ID of a VPC that you want this query logging configuration to log queries for.- Returns:
- builder
-
resourceId
public ResolverQueryLogConfigAssociationState.Builder resourceId(java.lang.String resourceId)
- Parameters:
resourceId
- The ID of a VPC that you want this query logging configuration to log queries for.- Returns:
- builder
-
build
public ResolverQueryLogConfigAssociationState build()
-
-