Class LightsailContainerServiceDeploymentVersion.Builder

    • Method Detail

      • container

        @Stability(Stable)
        public LightsailContainerServiceDeploymentVersion.Builder container​(com.hashicorp.cdktf.IResolvable container)
        container block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#container LightsailContainerServiceDeploymentVersion#container}

        Parameters:
        container - container block. This parameter is required.
        Returns:
        this
      • serviceName

        @Stability(Stable)
        public LightsailContainerServiceDeploymentVersion.Builder serviceName​(String serviceName)
        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#service_name LightsailContainerServiceDeploymentVersion#service_name}.

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

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

        @Stability(Stable)
        public LightsailContainerServiceDeploymentVersion.Builder publicEndpoint​(LightsailContainerServiceDeploymentVersionPublicEndpoint publicEndpoint)
        public_endpoint block.

        Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/aws/5.6.1/docs/resources/lightsail_container_service_deployment_version#public_endpoint LightsailContainerServiceDeploymentVersion#public_endpoint}

        Parameters:
        publicEndpoint - public_endpoint block. This parameter is required.
        Returns:
        this