Class Route53HealthCheckConfig.Builder

    • Constructor Detail

      • Builder

        public Builder()
    • Method Detail

      • type

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder type​(String type)
        Parameters:
        type - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#type Route53HealthCheck#type}. This parameter is required.
        Returns:
        this
      • childHealthThreshold

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder childHealthThreshold​(Number childHealthThreshold)
        Parameters:
        childHealthThreshold - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#child_health_threshold Route53HealthCheck#child_health_threshold}.
        Returns:
        this
      • cloudwatchAlarmName

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder cloudwatchAlarmName​(String cloudwatchAlarmName)
        Parameters:
        cloudwatchAlarmName - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#cloudwatch_alarm_name Route53HealthCheck#cloudwatch_alarm_name}.
        Returns:
        this
      • cloudwatchAlarmRegion

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder cloudwatchAlarmRegion​(String cloudwatchAlarmRegion)
        Parameters:
        cloudwatchAlarmRegion - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#cloudwatch_alarm_region Route53HealthCheck#cloudwatch_alarm_region}.
        Returns:
        this
      • disabled

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder disabled​(com.hashicorp.cdktf.IResolvable disabled)
        Parameters:
        disabled - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#disabled Route53HealthCheck#disabled}.
        Returns:
        this
      • enableSni

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder enableSni​(com.hashicorp.cdktf.IResolvable enableSni)
        Parameters:
        enableSni - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#enable_sni Route53HealthCheck#enable_sni}.
        Returns:
        this
      • failureThreshold

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder failureThreshold​(Number failureThreshold)
        Parameters:
        failureThreshold - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#failure_threshold Route53HealthCheck#failure_threshold}.
        Returns:
        this
      • id

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder id​(String id)
        Parameters:
        id - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#id Route53HealthCheck#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
      • insufficientDataHealthStatus

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder insufficientDataHealthStatus​(String insufficientDataHealthStatus)
        Parameters:
        insufficientDataHealthStatus - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#insufficient_data_health_status Route53HealthCheck#insufficient_data_health_status}.
        Returns:
        this
      • invertHealthcheck

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder invertHealthcheck​(Boolean invertHealthcheck)
        Parameters:
        invertHealthcheck - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#invert_healthcheck Route53HealthCheck#invert_healthcheck}.
        Returns:
        this
      • invertHealthcheck

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder invertHealthcheck​(com.hashicorp.cdktf.IResolvable invertHealthcheck)
        Parameters:
        invertHealthcheck - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#invert_healthcheck Route53HealthCheck#invert_healthcheck}.
        Returns:
        this
      • measureLatency

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder measureLatency​(com.hashicorp.cdktf.IResolvable measureLatency)
        Parameters:
        measureLatency - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#measure_latency Route53HealthCheck#measure_latency}.
        Returns:
        this
      • requestInterval

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder requestInterval​(Number requestInterval)
        Parameters:
        requestInterval - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#request_interval Route53HealthCheck#request_interval}.
        Returns:
        this
      • routingControlArn

        @Stability(Stable)
        public Route53HealthCheckConfig.Builder routingControlArn​(String routingControlArn)
        Parameters:
        routingControlArn - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/route53_health_check#routing_control_arn Route53HealthCheck#routing_control_arn}.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public Route53HealthCheckConfig.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Sets the value of TerraformMetaArguments.getConnection()
        Parameters:
        connection - the value to be set.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public Route53HealthCheckConfig.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Sets the value of TerraformMetaArguments.getConnection()
        Parameters:
        connection - the value to be set.
        Returns:
        this
      • count

        @Stability(Experimental)
        public Route53HealthCheckConfig.Builder count​(Number count)
        Sets the value of TerraformMetaArguments.getCount()
        Parameters:
        count - the value to be set.
        Returns:
        this
      • count

        @Stability(Experimental)
        public Route53HealthCheckConfig.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Sets the value of TerraformMetaArguments.getCount()
        Parameters:
        count - the value to be set.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public Route53HealthCheckConfig.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Sets the value of TerraformMetaArguments.getDependsOn()
        Parameters:
        dependsOn - the value to be set.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public Route53HealthCheckConfig.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Sets the value of TerraformMetaArguments.getForEach()
        Parameters:
        forEach - the value to be set.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public Route53HealthCheckConfig.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Sets the value of TerraformMetaArguments.getLifecycle()
        Parameters:
        lifecycle - the value to be set.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public Route53HealthCheckConfig.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Sets the value of TerraformMetaArguments.getProvider()
        Parameters:
        provider - the value to be set.
        Returns:
        this
      • provisioners

        @Stability(Experimental)
        public Route53HealthCheckConfig.Builder provisioners​(List<? extends Object> provisioners)
        Sets the value of TerraformMetaArguments.getProvisioners()
        Parameters:
        provisioners - the value to be set.
        Returns:
        this