Package com.pulumi.gcp.compute.outputs
Class URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder
- java.lang.Object
-
- com.pulumi.gcp.compute.outputs.URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder
-
- Enclosing class:
- URLMapPathMatcherPathRuleRouteActionCorsPolicy
public static final class URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(URLMapPathMatcherPathRuleRouteActionCorsPolicy defaults)
-
Method Summary
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(URLMapPathMatcherPathRuleRouteActionCorsPolicy defaults)
-
-
Method Detail
-
allowCredentials
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder allowCredentials(@Nullable java.lang.Boolean allowCredentials)
-
allowHeaders
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder allowHeaders(@Nullable java.util.List<java.lang.String> allowHeaders)
-
allowHeaders
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder allowHeaders(java.lang.String... allowHeaders)
-
allowMethods
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder allowMethods(@Nullable java.util.List<java.lang.String> allowMethods)
-
allowMethods
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder allowMethods(java.lang.String... allowMethods)
-
allowOriginRegexes
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder allowOriginRegexes(@Nullable java.util.List<java.lang.String> allowOriginRegexes)
-
allowOriginRegexes
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder allowOriginRegexes(java.lang.String... allowOriginRegexes)
-
allowOrigins
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder allowOrigins(@Nullable java.util.List<java.lang.String> allowOrigins)
-
allowOrigins
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder allowOrigins(java.lang.String... allowOrigins)
-
disabled
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder disabled(java.lang.Boolean disabled)
-
exposeHeaders
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder exposeHeaders(@Nullable java.util.List<java.lang.String> exposeHeaders)
-
exposeHeaders
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder exposeHeaders(java.lang.String... exposeHeaders)
-
maxAge
public URLMapPathMatcherPathRuleRouteActionCorsPolicy.Builder maxAge(@Nullable java.lang.Integer maxAge)
-
build
public URLMapPathMatcherPathRuleRouteActionCorsPolicy build()
-
-