Class CfnResolverDNSSECConfigProps.Builder
java.lang.Object
software.amazon.awscdk.services.route53resolver.CfnResolverDNSSECConfigProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResolverDNSSECConfigProps>
- Enclosing interface:
CfnResolverDNSSECConfigProps
@Stability(Stable)
public static final class CfnResolverDNSSECConfigProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResolverDNSSECConfigProps>
A builder for
CfnResolverDNSSECConfigProps
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.resourceId
(String resourceId) Sets the value ofCfnResolverDNSSECConfigProps.getResourceId()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
resourceId
Sets the value ofCfnResolverDNSSECConfigProps.getResourceId()
- Parameters:
resourceId
- The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnResolverDNSSECConfigProps>
- Returns:
- a new instance of
CfnResolverDNSSECConfigProps
- Throws:
NullPointerException
- if any required attribute was not provided
-