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