Class ResolverQueryLoggingConfigAssociationReference.Builder
java.lang.Object
software.amazon.awscdk.services.route53resolver.ResolverQueryLoggingConfigAssociationReference.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<ResolverQueryLoggingConfigAssociationReference>
- Enclosing interface:
ResolverQueryLoggingConfigAssociationReference
@Stability(Stable)
public static final class ResolverQueryLoggingConfigAssociationReference.Builder
extends Object
implements software.amazon.jsii.Builder<ResolverQueryLoggingConfigAssociationReference>
A builder for
ResolverQueryLoggingConfigAssociationReference
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.resolverQueryLoggingConfigAssociationId
(String resolverQueryLoggingConfigAssociationId)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resolverQueryLoggingConfigAssociationId
@Stability(Stable) public ResolverQueryLoggingConfigAssociationReference.Builder resolverQueryLoggingConfigAssociationId(String resolverQueryLoggingConfigAssociationId) Sets the value ofResolverQueryLoggingConfigAssociationReference.getResolverQueryLoggingConfigAssociationId()
- Parameters:
resolverQueryLoggingConfigAssociationId
- The Id of the ResolverQueryLoggingConfigAssociation resource. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<ResolverQueryLoggingConfigAssociationReference>
- Returns:
- a new instance of
ResolverQueryLoggingConfigAssociationReference
- Throws:
NullPointerException
- if any required attribute was not provided
-