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