Class DevicefarmNetworkProfileConfig.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.aws.devicefarm_network_profile.DevicefarmNetworkProfileConfig.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<DevicefarmNetworkProfileConfig>
- Enclosing interface:
- DevicefarmNetworkProfileConfig
@Stability(Stable) public static final class DevicefarmNetworkProfileConfig.Builder extends Object implements software.amazon.jsii.Builder<DevicefarmNetworkProfileConfig>
A builder forDevicefarmNetworkProfileConfig
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
-
-
-
Method Detail
-
name
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder name(String name)
Sets the value ofDevicefarmNetworkProfileConfig.getName()- Parameters:
name- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#name DevicefarmNetworkProfile#name}. This parameter is required.- Returns:
this
-
projectArn
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder projectArn(String projectArn)
Sets the value ofDevicefarmNetworkProfileConfig.getProjectArn()- Parameters:
projectArn- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#project_arn DevicefarmNetworkProfile#project_arn}. This parameter is required.- Returns:
this
-
description
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder description(String description)
Sets the value ofDevicefarmNetworkProfileConfig.getDescription()- Parameters:
description- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#description DevicefarmNetworkProfile#description}.- Returns:
this
-
downlinkBandwidthBits
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder downlinkBandwidthBits(Number downlinkBandwidthBits)
Sets the value ofDevicefarmNetworkProfileConfig.getDownlinkBandwidthBits()- Parameters:
downlinkBandwidthBits- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#downlink_bandwidth_bits DevicefarmNetworkProfile#downlink_bandwidth_bits}.- Returns:
this
-
downlinkDelayMs
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder downlinkDelayMs(Number downlinkDelayMs)
Sets the value ofDevicefarmNetworkProfileConfig.getDownlinkDelayMs()- Parameters:
downlinkDelayMs- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#downlink_delay_ms DevicefarmNetworkProfile#downlink_delay_ms}.- Returns:
this
-
downlinkJitterMs
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder downlinkJitterMs(Number downlinkJitterMs)
Sets the value ofDevicefarmNetworkProfileConfig.getDownlinkJitterMs()- Parameters:
downlinkJitterMs- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#downlink_jitter_ms DevicefarmNetworkProfile#downlink_jitter_ms}.- Returns:
this
-
downlinkLossPercent
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder downlinkLossPercent(Number downlinkLossPercent)
Sets the value ofDevicefarmNetworkProfileConfig.getDownlinkLossPercent()- Parameters:
downlinkLossPercent- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#downlink_loss_percent DevicefarmNetworkProfile#downlink_loss_percent}.- Returns:
this
-
id
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder id(String id)
Sets the value ofDevicefarmNetworkProfileConfig.getId()- Parameters:
id- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#id DevicefarmNetworkProfile#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
-
tags
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder tags(Map<String,String> tags)
Sets the value ofDevicefarmNetworkProfileConfig.getTags()- Parameters:
tags- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#tags DevicefarmNetworkProfile#tags}.- Returns:
this
-
tagsAll
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder tagsAll(Map<String,String> tagsAll)
Sets the value ofDevicefarmNetworkProfileConfig.getTagsAll()- Parameters:
tagsAll- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#tags_all DevicefarmNetworkProfile#tags_all}.- Returns:
this
-
type
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder type(String type)
Sets the value ofDevicefarmNetworkProfileConfig.getType()- Parameters:
type- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#type DevicefarmNetworkProfile#type}.- Returns:
this
-
uplinkBandwidthBits
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder uplinkBandwidthBits(Number uplinkBandwidthBits)
Sets the value ofDevicefarmNetworkProfileConfig.getUplinkBandwidthBits()- Parameters:
uplinkBandwidthBits- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#uplink_bandwidth_bits DevicefarmNetworkProfile#uplink_bandwidth_bits}.- Returns:
this
-
uplinkDelayMs
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder uplinkDelayMs(Number uplinkDelayMs)
Sets the value ofDevicefarmNetworkProfileConfig.getUplinkDelayMs()- Parameters:
uplinkDelayMs- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#uplink_delay_ms DevicefarmNetworkProfile#uplink_delay_ms}.- Returns:
this
-
uplinkJitterMs
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder uplinkJitterMs(Number uplinkJitterMs)
Sets the value ofDevicefarmNetworkProfileConfig.getUplinkJitterMs()- Parameters:
uplinkJitterMs- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#uplink_jitter_ms DevicefarmNetworkProfile#uplink_jitter_ms}.- Returns:
this
-
uplinkLossPercent
@Stability(Stable) public DevicefarmNetworkProfileConfig.Builder uplinkLossPercent(Number uplinkLossPercent)
Sets the value ofDevicefarmNetworkProfileConfig.getUplinkLossPercent()- Parameters:
uplinkLossPercent- Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/devicefarm_network_profile#uplink_loss_percent DevicefarmNetworkProfile#uplink_loss_percent}.- Returns:
this
-
connection
@Stability(Experimental) public DevicefarmNetworkProfileConfig.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 DevicefarmNetworkProfileConfig.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 DevicefarmNetworkProfileConfig.Builder count(Number count)
Sets the value ofTerraformMetaArguments.getCount()- Parameters:
count- the value to be set.- Returns:
this
-
count
@Stability(Experimental) public DevicefarmNetworkProfileConfig.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 DevicefarmNetworkProfileConfig.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 DevicefarmNetworkProfileConfig.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 DevicefarmNetworkProfileConfig.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 DevicefarmNetworkProfileConfig.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 DevicefarmNetworkProfileConfig.Builder provisioners(List<? extends Object> provisioners)
Sets the value ofTerraformMetaArguments.getProvisioners()- Parameters:
provisioners- the value to be set.- Returns:
this
-
build
@Stability(Stable) public DevicefarmNetworkProfileConfig build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<DevicefarmNetworkProfileConfig>- Returns:
- a new instance of
DevicefarmNetworkProfileConfig - Throws:
NullPointerException- if any required attribute was not provided
-
-