Class SignerSigningProfileSignatureValidityPeriod.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.signer_signing_profile.SignerSigningProfileSignatureValidityPeriod.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SignerSigningProfileSignatureValidityPeriod>
- Enclosing interface:
- SignerSigningProfileSignatureValidityPeriod
@Stability(Stable) public static final class SignerSigningProfileSignatureValidityPeriod.Builder extends Object implements software.amazon.jsii.Builder<SignerSigningProfileSignatureValidityPeriod>
A builder forSignerSigningProfileSignatureValidityPeriod
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignerSigningProfileSignatureValidityPeriodbuild()Builds the configured instance.SignerSigningProfileSignatureValidityPeriod.Buildertype(String type)Sets the value ofSignerSigningProfileSignatureValidityPeriod.getType()SignerSigningProfileSignatureValidityPeriod.Buildervalue(Number value)Sets the value ofSignerSigningProfileSignatureValidityPeriod.getValue()
-
-
-
Method Detail
-
type
@Stability(Stable) public SignerSigningProfileSignatureValidityPeriod.Builder type(String type)
Sets the value ofSignerSigningProfileSignatureValidityPeriod.getType()- Parameters:
type- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#type SignerSigningProfile#type}. This parameter is required.- Returns:
this
-
value
@Stability(Stable) public SignerSigningProfileSignatureValidityPeriod.Builder value(Number value)
Sets the value ofSignerSigningProfileSignatureValidityPeriod.getValue()- Parameters:
value- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#value SignerSigningProfile#value}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public SignerSigningProfileSignatureValidityPeriod build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SignerSigningProfileSignatureValidityPeriod>- Returns:
- a new instance of
SignerSigningProfileSignatureValidityPeriod - Throws:
NullPointerException- if any required attribute was not provided
-
-