Class CfnResolverDNSSECConfig.Builder
java.lang.Object
software.amazon.awscdk.services.route53resolver.CfnResolverDNSSECConfig.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnResolverDNSSECConfig>
- Enclosing class:
CfnResolverDNSSECConfig
@Stability(Stable)
public static final class CfnResolverDNSSECConfig.Builder
extends Object
implements software.amazon.jsii.Builder<CfnResolverDNSSECConfig>
A fluent builder for
CfnResolverDNSSECConfig
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
resourceId
(String resourceId) The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.
-
Method Details
-
create
- Parameters:
scope
-- scope in which this resource is defined.
id
-- scoped id of the resource.
- Returns:
- a new instance of
CfnResolverDNSSECConfig.Builder
.
-
resourceId
The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for.- Parameters:
resourceId
- The ID of the virtual private cloud (VPC) that you're configuring the DNSSEC validation status for. This parameter is required.- Returns:
this
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnResolverDNSSECConfig>
- Returns:
- a newly built instance of
CfnResolverDNSSECConfig
.
-