Class SignerSigningProfileConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.signer_signing_profile.SignerSigningProfileConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<SignerSigningProfileConfig>
- Enclosing interface:
- SignerSigningProfileConfig
@Stability(Stable) public static final class SignerSigningProfileConfig.Builder extends Object implements software.amazon.jsii.Builder<SignerSigningProfileConfig>
A builder forSignerSigningProfileConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description SignerSigningProfileConfigbuild()Builds the configured instance.SignerSigningProfileConfig.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()SignerSigningProfileConfig.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)Sets the value ofTerraformMetaArguments.getConnection()SignerSigningProfileConfig.Buildercount(com.hashicorp.cdktf.TerraformCount count)Sets the value ofTerraformMetaArguments.getCount()SignerSigningProfileConfig.Buildercount(Number count)Sets the value ofTerraformMetaArguments.getCount()SignerSigningProfileConfig.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)Sets the value ofTerraformMetaArguments.getDependsOn()SignerSigningProfileConfig.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)Sets the value ofTerraformMetaArguments.getForEach()SignerSigningProfileConfig.Builderid(String id)Sets the value ofSignerSigningProfileConfig.getId()SignerSigningProfileConfig.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)Sets the value ofTerraformMetaArguments.getLifecycle()SignerSigningProfileConfig.Buildername(String name)Sets the value ofSignerSigningProfileConfig.getName()SignerSigningProfileConfig.BuildernamePrefix(String namePrefix)Sets the value ofSignerSigningProfileConfig.getNamePrefix()SignerSigningProfileConfig.BuilderplatformId(String platformId)Sets the value ofSignerSigningProfileConfig.getPlatformId()SignerSigningProfileConfig.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)Sets the value ofTerraformMetaArguments.getProvider()SignerSigningProfileConfig.Builderprovisioners(List<? extends Object> provisioners)Sets the value ofTerraformMetaArguments.getProvisioners()SignerSigningProfileConfig.BuildersignatureValidityPeriod(SignerSigningProfileSignatureValidityPeriod signatureValidityPeriod)Sets the value ofSignerSigningProfileConfig.getSignatureValidityPeriod()SignerSigningProfileConfig.Buildertags(Map<String,String> tags)Sets the value ofSignerSigningProfileConfig.getTags()SignerSigningProfileConfig.BuildertagsAll(Map<String,String> tagsAll)Sets the value ofSignerSigningProfileConfig.getTagsAll()
-
-
-
Method Detail
-
platformId
@Stability(Stable) public SignerSigningProfileConfig.Builder platformId(String platformId)
Sets the value ofSignerSigningProfileConfig.getPlatformId()- Parameters:
platformId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#platform_id SignerSigningProfile#platform_id}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public SignerSigningProfileConfig.Builder id(String id)
Sets the value ofSignerSigningProfileConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#id SignerSigningProfile#id}. Please be aware that the id field is automatically added to all resources in Terraform providers using a Terraform provider SDK version below 2. If you experience problems setting this value it might not be settable. Please take a look at the provider documentation to ensure it should be settable.- Returns:
this
-
name
@Stability(Stable) public SignerSigningProfileConfig.Builder name(String name)
Sets the value ofSignerSigningProfileConfig.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#name SignerSigningProfile#name}.- Returns:
this
-
namePrefix
@Stability(Stable) public SignerSigningProfileConfig.Builder namePrefix(String namePrefix)
Sets the value ofSignerSigningProfileConfig.getNamePrefix()- Parameters:
namePrefix- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#name_prefix SignerSigningProfile#name_prefix}.- Returns:
this
-
signatureValidityPeriod
@Stability(Stable) public SignerSigningProfileConfig.Builder signatureValidityPeriod(SignerSigningProfileSignatureValidityPeriod signatureValidityPeriod)
Sets the value ofSignerSigningProfileConfig.getSignatureValidityPeriod()- Parameters:
signatureValidityPeriod- signature_validity_period block. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#signature_validity_period SignerSigningProfile#signature_validity_period}- Returns:
this
-
tags
@Stability(Stable) public SignerSigningProfileConfig.Builder tags(Map<String,String> tags)
Sets the value ofSignerSigningProfileConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#tags SignerSigningProfile#tags}.- Returns:
this
-
tagsAll
@Stability(Stable) public SignerSigningProfileConfig.Builder tagsAll(Map<String,String> tagsAll)
Sets the value ofSignerSigningProfileConfig.getTagsAll()- Parameters:
tagsAll- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/signer_signing_profile#tags_all SignerSigningProfile#tags_all}.- Returns:
this
-
connection
@Stability(Experimental) public SignerSigningProfileConfig.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
connection
@Stability(Experimental) public SignerSigningProfileConfig.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
Sets the value ofTerraformMetaArguments.getConnection()- Parameters:
connection- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public SignerSigningProfileConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public SignerSigningProfileConfig.Builder count(com.hashicorp.cdktf.TerraformCount count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
dependsOn
@Stability(Experimental) public SignerSigningProfileConfig.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
Sets the value ofTerraformMetaArguments.getDependsOn()- Parameters:
dependsOn- the value to be set.- Returns:
this
-
forEach
@Stability(Experimental) public SignerSigningProfileConfig.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
Sets the value ofTerraformMetaArguments.getForEach()- Parameters:
forEach- the value to be set.- Returns:
this
-
lifecycle
@Stability(Experimental) public SignerSigningProfileConfig.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
Sets the value ofTerraformMetaArguments.getLifecycle()- Parameters:
lifecycle- the value to be set.- Returns:
this
-
provider
@Stability(Experimental) public SignerSigningProfileConfig.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
Sets the value ofTerraformMetaArguments.getProvider()- Parameters:
provider- the value to be set.- Returns:
this
-
provisioners
@Stability(Experimental) public SignerSigningProfileConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public SignerSigningProfileConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<SignerSigningProfileConfig>- Returns:
- a new instance of
SignerSigningProfileConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-