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