Class AppEngineApplicationUrlDispatchRulesDispatchRules.Builder
- java.lang.Object
-
- com.hashicorp.cdktf.providers.google.app_engine_application_url_dispatch_rules.AppEngineApplicationUrlDispatchRulesDispatchRules.Builder
-
- All Implemented Interfaces:
software.amazon.jsii.Builder<AppEngineApplicationUrlDispatchRulesDispatchRules>
- Enclosing interface:
- AppEngineApplicationUrlDispatchRulesDispatchRules
@Stability(Stable) public static final class AppEngineApplicationUrlDispatchRulesDispatchRules.Builder extends Object implements software.amazon.jsii.Builder<AppEngineApplicationUrlDispatchRulesDispatchRules>
A builder forAppEngineApplicationUrlDispatchRulesDispatchRules
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AppEngineApplicationUrlDispatchRulesDispatchRulesbuild()Builds the configured instance.AppEngineApplicationUrlDispatchRulesDispatchRules.Builderdomain(String domain)Sets the value ofAppEngineApplicationUrlDispatchRulesDispatchRules.getDomain()AppEngineApplicationUrlDispatchRulesDispatchRules.Builderpath(String path)Sets the value ofAppEngineApplicationUrlDispatchRulesDispatchRules.getPath()AppEngineApplicationUrlDispatchRulesDispatchRules.Builderservice(String service)Sets the value ofAppEngineApplicationUrlDispatchRulesDispatchRules.getService()
-
-
-
Method Detail
-
path
@Stability(Stable) public AppEngineApplicationUrlDispatchRulesDispatchRules.Builder path(String path)
Sets the value ofAppEngineApplicationUrlDispatchRulesDispatchRules.getPath()- Parameters:
path- Pathname within the host. This parameter is required. Must start with a "/". A single "*" can be included at the end of the path. The sum of the lengths of the domain and path may not exceed 100 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application_url_dispatch_rules#path AppEngineApplicationUrlDispatchRules#path}- Returns:
this
-
service
@Stability(Stable) public AppEngineApplicationUrlDispatchRulesDispatchRules.Builder service(String service)
Sets the value ofAppEngineApplicationUrlDispatchRulesDispatchRules.getService()- Parameters:
service- Pathname within the host. This parameter is required. Must start with a "/". A single "*" can be included at the end of the path. The sum of the lengths of the domain and path may not exceed 100 characters. Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application_url_dispatch_rules#service AppEngineApplicationUrlDispatchRules#service}- Returns:
this
-
domain
@Stability(Stable) public AppEngineApplicationUrlDispatchRulesDispatchRules.Builder domain(String domain)
Sets the value ofAppEngineApplicationUrlDispatchRulesDispatchRules.getDomain()- Parameters:
domain- Domain name to match against. The wildcard "*" is supported if specified before a period: "*.". Defaults to matching all domains: "*". Docs at Terraform Registry: {@link https://registry.terraform.io/providers/hashicorp/google/5.43.1/docs/resources/app_engine_application_url_dispatch_rules#domain AppEngineApplicationUrlDispatchRules#domain}- Returns:
this
-
build
@Stability(Stable) public AppEngineApplicationUrlDispatchRulesDispatchRules build()
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<AppEngineApplicationUrlDispatchRulesDispatchRules>- Returns:
- a new instance of
AppEngineApplicationUrlDispatchRulesDispatchRules - Throws:
NullPointerException- if any required attribute was not provided
-
-