Class VpclatticeServiceNetworkServiceAssociationDnsEntry.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.vpclattice_service_network_service_association.VpclatticeServiceNetworkServiceAssociationDnsEntry.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<VpclatticeServiceNetworkServiceAssociationDnsEntry>
- Enclosing interface:
- VpclatticeServiceNetworkServiceAssociationDnsEntry
@Stability(Stable) public static final class VpclatticeServiceNetworkServiceAssociationDnsEntry.Builder extends Object implements software.amazon.jsii.Builder<VpclatticeServiceNetworkServiceAssociationDnsEntry>
A builder forVpclatticeServiceNetworkServiceAssociationDnsEntry
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VpclatticeServiceNetworkServiceAssociationDnsEntrybuild()Builds the configured instance.
-
-
-
Method Detail
-
build
@Stability(Stable) public VpclatticeServiceNetworkServiceAssociationDnsEntry build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<VpclatticeServiceNetworkServiceAssociationDnsEntry>- Returns:
- a new instance of
VpclatticeServiceNetworkServiceAssociationDnsEntry - Throws:
NullPointerException- if any required attribute was not provided
-
-