Class PinpointApnsSandboxChannel.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.pinpoint_apns_sandbox_channel.PinpointApnsSandboxChannel.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<PinpointApnsSandboxChannel>
- Enclosing class:
- PinpointApnsSandboxChannel
@Stability(Stable) public static final class PinpointApnsSandboxChannel.Builder extends Object implements software.amazon.jsii.Builder<PinpointApnsSandboxChannel>
A fluent builder forPinpointApnsSandboxChannel.
-
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description PinpointApnsSandboxChannel.BuilderapplicationId(String applicationId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#application_id PinpointApnsSandboxChannel#application_id}.PinpointApnsSandboxChannelbuild()PinpointApnsSandboxChannel.BuilderbundleId(String bundleId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#bundle_id PinpointApnsSandboxChannel#bundle_id}.PinpointApnsSandboxChannel.Buildercertificate(String certificate)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#certificate PinpointApnsSandboxChannel#certificate}.PinpointApnsSandboxChannel.Builderconnection(com.hashicorp.cdktf.SSHProvisionerConnection connection)PinpointApnsSandboxChannel.Builderconnection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)PinpointApnsSandboxChannel.Buildercount(com.hashicorp.cdktf.TerraformCount count)PinpointApnsSandboxChannel.Buildercount(Number count)static PinpointApnsSandboxChannel.Buildercreate(software.constructs.Construct scope, String id)PinpointApnsSandboxChannel.BuilderdefaultAuthenticationMethod(String defaultAuthenticationMethod)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#default_authentication_method PinpointApnsSandboxChannel#default_authentication_method}.PinpointApnsSandboxChannel.BuilderdependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)PinpointApnsSandboxChannel.Builderenabled(com.hashicorp.cdktf.IResolvable enabled)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#enabled PinpointApnsSandboxChannel#enabled}.PinpointApnsSandboxChannel.Builderenabled(Boolean enabled)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#enabled PinpointApnsSandboxChannel#enabled}.PinpointApnsSandboxChannel.BuilderforEach(com.hashicorp.cdktf.ITerraformIterator forEach)PinpointApnsSandboxChannel.Builderid(String id)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#id PinpointApnsSandboxChannel#id}.PinpointApnsSandboxChannel.Builderlifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)PinpointApnsSandboxChannel.BuilderprivateKey(String privateKey)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#private_key PinpointApnsSandboxChannel#private_key}.PinpointApnsSandboxChannel.Builderprovider(com.hashicorp.cdktf.TerraformProvider provider)PinpointApnsSandboxChannel.Builderprovisioners(List<? extends Object> provisioners)PinpointApnsSandboxChannel.BuilderteamId(String teamId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#team_id PinpointApnsSandboxChannel#team_id}.PinpointApnsSandboxChannel.BuildertokenKey(String tokenKey)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#token_key PinpointApnsSandboxChannel#token_key}.PinpointApnsSandboxChannel.BuildertokenKeyId(String tokenKeyId)Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#token_key_id PinpointApnsSandboxChannel#token_key_id}.
-
-
-
Method Detail
-
create
@Stability(Stable) public static PinpointApnsSandboxChannel.Builder create(software.constructs.Construct scope, String id)
- Parameters:
scope- The scope in which to define this construct. This parameter is required.id- The scoped construct ID. This parameter is required.- Returns:
- a new instance of
PinpointApnsSandboxChannel.Builder.
-
connection
@Stability(Experimental) public PinpointApnsSandboxChannel.Builder connection(com.hashicorp.cdktf.SSHProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
connection
@Stability(Experimental) public PinpointApnsSandboxChannel.Builder connection(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
- Parameters:
connection- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public PinpointApnsSandboxChannel.Builder count(Number count)
- Parameters:
count- This parameter is required.- Returns:
this
-
count
@Stability(Experimental) public PinpointApnsSandboxChannel.Builder count(com.hashicorp.cdktf.TerraformCount count)
- Parameters:
count- This parameter is required.- Returns:
this
-
dependsOn
@Stability(Experimental) public PinpointApnsSandboxChannel.Builder dependsOn(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
- Parameters:
dependsOn- This parameter is required.- Returns:
this
-
forEach
@Stability(Experimental) public PinpointApnsSandboxChannel.Builder forEach(com.hashicorp.cdktf.ITerraformIterator forEach)
- Parameters:
forEach- This parameter is required.- Returns:
this
-
lifecycle
@Stability(Experimental) public PinpointApnsSandboxChannel.Builder lifecycle(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
- Parameters:
lifecycle- This parameter is required.- Returns:
this
-
provider
@Stability(Experimental) public PinpointApnsSandboxChannel.Builder provider(com.hashicorp.cdktf.TerraformProvider provider)
- Parameters:
provider- This parameter is required.- Returns:
this
-
provisioners
@Stability(Experimental) public PinpointApnsSandboxChannel.Builder provisioners(List<? extends Object> provisioners)
- Parameters:
provisioners- This parameter is required.- Returns:
this
-
applicationId
@Stability(Stable) public PinpointApnsSandboxChannel.Builder applicationId(String applicationId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#application_id PinpointApnsSandboxChannel#application_id}.- Parameters:
applicationId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#application_id PinpointApnsSandboxChannel#application_id}. This parameter is required.- Returns:
this
-
bundleId
@Stability(Stable) public PinpointApnsSandboxChannel.Builder bundleId(String bundleId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#bundle_id PinpointApnsSandboxChannel#bundle_id}.- Parameters:
bundleId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#bundle_id PinpointApnsSandboxChannel#bundle_id}. This parameter is required.- Returns:
this
-
certificate
@Stability(Stable) public PinpointApnsSandboxChannel.Builder certificate(String certificate)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#certificate PinpointApnsSandboxChannel#certificate}.- Parameters:
certificate- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#certificate PinpointApnsSandboxChannel#certificate}. This parameter is required.- Returns:
this
-
defaultAuthenticationMethod
@Stability(Stable) public PinpointApnsSandboxChannel.Builder defaultAuthenticationMethod(String defaultAuthenticationMethod)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#default_authentication_method PinpointApnsSandboxChannel#default_authentication_method}.- Parameters:
defaultAuthenticationMethod- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#default_authentication_method PinpointApnsSandboxChannel#default_authentication_method}. This parameter is required.- Returns:
this
-
enabled
@Stability(Stable) public PinpointApnsSandboxChannel.Builder enabled(Boolean enabled)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#enabled PinpointApnsSandboxChannel#enabled}.- Parameters:
enabled- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#enabled PinpointApnsSandboxChannel#enabled}. This parameter is required.- Returns:
this
-
enabled
@Stability(Stable) public PinpointApnsSandboxChannel.Builder enabled(com.hashicorp.cdktf.IResolvable enabled)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#enabled PinpointApnsSandboxChannel#enabled}.- Parameters:
enabled- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#enabled PinpointApnsSandboxChannel#enabled}. This parameter is required.- Returns:
this
-
id
@Stability(Stable) public PinpointApnsSandboxChannel.Builder id(String id)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#id PinpointApnsSandboxChannel#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.
- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#id PinpointApnsSandboxChannel#id}. This parameter is required.- Returns:
this
-
privateKey
@Stability(Stable) public PinpointApnsSandboxChannel.Builder privateKey(String privateKey)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#private_key PinpointApnsSandboxChannel#private_key}.- Parameters:
privateKey- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#private_key PinpointApnsSandboxChannel#private_key}. This parameter is required.- Returns:
this
-
teamId
@Stability(Stable) public PinpointApnsSandboxChannel.Builder teamId(String teamId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#team_id PinpointApnsSandboxChannel#team_id}.- Parameters:
teamId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#team_id PinpointApnsSandboxChannel#team_id}. This parameter is required.- Returns:
this
-
tokenKey
@Stability(Stable) public PinpointApnsSandboxChannel.Builder tokenKey(String tokenKey)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#token_key PinpointApnsSandboxChannel#token_key}.- Parameters:
tokenKey- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#token_key PinpointApnsSandboxChannel#token_key}. This parameter is required.- Returns:
this
-
tokenKeyId
@Stability(Stable) public PinpointApnsSandboxChannel.Builder tokenKeyId(String tokenKeyId)
Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#token_key_id PinpointApnsSandboxChannel#token_key_id}.- Parameters:
tokenKeyId- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/pinpoint_apns_sandbox_channel#token_key_id PinpointApnsSandboxChannel#token_key_id}. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public PinpointApnsSandboxChannel build()
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<PinpointApnsSandboxChannel>- Returns:
- a newly built instance of
PinpointApnsSandboxChannel.
-
-