Class EventarcTriggerDestinationHttpEndpoint.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.eventarc_trigger.EventarcTriggerDestinationHttpEndpoint.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<EventarcTriggerDestinationHttpEndpoint>
- Enclosing interface:
- EventarcTriggerDestinationHttpEndpoint
@Stability(Stable) public static final class EventarcTriggerDestinationHttpEndpoint.Builder extends Object implements software.amazon.jsii.Builder<EventarcTriggerDestinationHttpEndpoint>
A builder forEventarcTriggerDestinationHttpEndpoint
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description EventarcTriggerDestinationHttpEndpointbuild()Builds the configured instance.EventarcTriggerDestinationHttpEndpoint.Builderuri(String uri)Sets the value ofEventarcTriggerDestinationHttpEndpoint.getUri()
-
-
-
Method Detail
-
uri
@Stability(Stable) public EventarcTriggerDestinationHttpEndpoint.Builder uri(String uri)
Sets the value ofEventarcTriggerDestinationHttpEndpoint.getUri()- Parameters:
uri- Required. This parameter is required. The URI of the HTTP enpdoint. The value must be a RFC2396 URI string. Examples: `http://10.10.10.8:80/route`, `http://svc.us-central1.p.local:8080/`. Only HTTP and HTTPS protocols are supported. The host can be either a static IP addressable from the VPC specified by the network config, or an internal DNS hostname of the service resolvable via Cloud DNS. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/eventarc_trigger#uri EventarcTrigger#uri}- Returns:
this
-
build
@Stability(Stable) public EventarcTriggerDestinationHttpEndpoint build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<EventarcTriggerDestinationHttpEndpoint>- Returns:
- a new instance of
EventarcTriggerDestinationHttpEndpoint - Throws:
NullPointerException- if any required attribute was not provided
-
-