Package com.pulumi.gcp.compute.outputs
Class URLMapPathMatcherPathRule.Builder
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.URLMapPathMatcherPathRule.Builder
-
- Enclosing class:
- URLMapPathMatcherPathRule
public static final class URLMapPathMatcherPathRule.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(URLMapPathMatcherPathRule defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description URLMapPathMatcherPathRule
build()
URLMapPathMatcherPathRule.Builder
paths(java.lang.String... paths)
URLMapPathMatcherPathRule.Builder
paths(java.util.List<java.lang.String> paths)
URLMapPathMatcherPathRule.Builder
routeAction(URLMapPathMatcherPathRuleRouteAction routeAction)
URLMapPathMatcherPathRule.Builder
service(java.lang.String service)
URLMapPathMatcherPathRule.Builder
urlRedirect(URLMapPathMatcherPathRuleUrlRedirect urlRedirect)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(URLMapPathMatcherPathRule defaults)
-
-
Method Detail
-
paths
public URLMapPathMatcherPathRule.Builder paths(java.util.List<java.lang.String> paths)
-
paths
public URLMapPathMatcherPathRule.Builder paths(java.lang.String... paths)
-
routeAction
public URLMapPathMatcherPathRule.Builder routeAction(@Nullable URLMapPathMatcherPathRuleRouteAction routeAction)
-
service
public URLMapPathMatcherPathRule.Builder service(@Nullable java.lang.String service)
-
urlRedirect
public URLMapPathMatcherPathRule.Builder urlRedirect(@Nullable URLMapPathMatcherPathRuleUrlRedirect urlRedirect)
-
build
public URLMapPathMatcherPathRule build()
-
-