Class ApiGatewayIntegrationResponse.Builder

    • Method Detail

      • connection

        @Stability(Experimental)
        public ApiGatewayIntegrationResponse.Builder connection​(com.hashicorp.cdktf.SSHProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • connection

        @Stability(Experimental)
        public ApiGatewayIntegrationResponse.Builder connection​(com.hashicorp.cdktf.WinrmProvisionerConnection connection)
        Parameters:
        connection - This parameter is required.
        Returns:
        this
      • count

        @Stability(Experimental)
        public ApiGatewayIntegrationResponse.Builder count​(com.hashicorp.cdktf.TerraformCount count)
        Parameters:
        count - This parameter is required.
        Returns:
        this
      • dependsOn

        @Stability(Experimental)
        public ApiGatewayIntegrationResponse.Builder dependsOn​(List<? extends com.hashicorp.cdktf.ITerraformDependable> dependsOn)
        Parameters:
        dependsOn - This parameter is required.
        Returns:
        this
      • forEach

        @Stability(Experimental)
        public ApiGatewayIntegrationResponse.Builder forEach​(com.hashicorp.cdktf.ITerraformIterator forEach)
        Parameters:
        forEach - This parameter is required.
        Returns:
        this
      • lifecycle

        @Stability(Experimental)
        public ApiGatewayIntegrationResponse.Builder lifecycle​(com.hashicorp.cdktf.TerraformResourceLifecycle lifecycle)
        Parameters:
        lifecycle - This parameter is required.
        Returns:
        this
      • provider

        @Stability(Experimental)
        public ApiGatewayIntegrationResponse.Builder provider​(com.hashicorp.cdktf.TerraformProvider provider)
        Parameters:
        provider - This parameter is required.
        Returns:
        this
      • httpMethod

        @Stability(Stable)
        public ApiGatewayIntegrationResponse.Builder httpMethod​(String httpMethod)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#http_method ApiGatewayIntegrationResponse#http_method}.

        Parameters:
        httpMethod - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#http_method ApiGatewayIntegrationResponse#http_method}. This parameter is required.
        Returns:
        this
      • resourceId

        @Stability(Stable)
        public ApiGatewayIntegrationResponse.Builder resourceId​(String resourceId)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#resource_id ApiGatewayIntegrationResponse#resource_id}.

        Parameters:
        resourceId - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#resource_id ApiGatewayIntegrationResponse#resource_id}. This parameter is required.
        Returns:
        this
      • restApiId

        @Stability(Stable)
        public ApiGatewayIntegrationResponse.Builder restApiId​(String restApiId)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#rest_api_id ApiGatewayIntegrationResponse#rest_api_id}.

        Parameters:
        restApiId - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#rest_api_id ApiGatewayIntegrationResponse#rest_api_id}. This parameter is required.
        Returns:
        this
      • statusCode

        @Stability(Stable)
        public ApiGatewayIntegrationResponse.Builder statusCode​(String statusCode)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#status_code ApiGatewayIntegrationResponse#status_code}.

        Parameters:
        statusCode - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#status_code ApiGatewayIntegrationResponse#status_code}. This parameter is required.
        Returns:
        this
      • contentHandling

        @Stability(Stable)
        public ApiGatewayIntegrationResponse.Builder contentHandling​(String contentHandling)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#content_handling ApiGatewayIntegrationResponse#content_handling}.

        Parameters:
        contentHandling - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#content_handling ApiGatewayIntegrationResponse#content_handling}. This parameter is required.
        Returns:
        this
      • id

        @Stability(Stable)
        public ApiGatewayIntegrationResponse.Builder id​(String id)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#id ApiGatewayIntegrationResponse#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/api_gateway_integration_response#id ApiGatewayIntegrationResponse#id}. This parameter is required.
        Returns:
        this
      • responseParameters

        @Stability(Stable)
        public ApiGatewayIntegrationResponse.Builder responseParameters​(Map<String,​String> responseParameters)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#response_parameters ApiGatewayIntegrationResponse#response_parameters}.

        Parameters:
        responseParameters - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#response_parameters ApiGatewayIntegrationResponse#response_parameters}. This parameter is required.
        Returns:
        this
      • responseTemplates

        @Stability(Stable)
        public ApiGatewayIntegrationResponse.Builder responseTemplates​(Map<String,​String> responseTemplates)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#response_templates ApiGatewayIntegrationResponse#response_templates}.

        Parameters:
        responseTemplates - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#response_templates ApiGatewayIntegrationResponse#response_templates}. This parameter is required.
        Returns:
        this
      • selectionPattern

        @Stability(Stable)
        public ApiGatewayIntegrationResponse.Builder selectionPattern​(String selectionPattern)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#selection_pattern ApiGatewayIntegrationResponse#selection_pattern}.

        Parameters:
        selectionPattern - Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/api_gateway_integration_response#selection_pattern ApiGatewayIntegrationResponse#selection_pattern}. This parameter is required.
        Returns:
        this