@Stability(value=Deprecated) @Deprecated public static final class CfnApiV2.CorsProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnApiV2.CorsProperty>
CfnApiV2.CorsProperty| Constructor and Description |
|---|
Builder()
Deprecated.
|
| Modifier and Type | Method and Description |
|---|---|
CfnApiV2.CorsProperty.Builder |
allowCredentials(Boolean allowCredentials)
Deprecated.
|
CfnApiV2.CorsProperty.Builder |
allowCredentials(IResolvable allowCredentials)
Deprecated.
|
CfnApiV2.CorsProperty.Builder |
allowHeaders(List<String> allowHeaders)
Deprecated.
|
CfnApiV2.CorsProperty.Builder |
allowMethods(List<String> allowMethods)
Deprecated.
|
CfnApiV2.CorsProperty.Builder |
allowOrigins(List<String> allowOrigins)
Deprecated.
|
CfnApiV2.CorsProperty |
build()
Deprecated.
|
CfnApiV2.CorsProperty.Builder |
exposeHeaders(List<String> exposeHeaders)
Deprecated.
|
CfnApiV2.CorsProperty.Builder |
maxAge(Number maxAge)
Deprecated.
|
@Stability(value=Deprecated) @Deprecated public CfnApiV2.CorsProperty.Builder allowCredentials(Boolean allowCredentials)
CfnApiV2.CorsProperty.getAllowCredentials()allowCredentials - `CfnApiV2.CorsProperty.AllowCredentials`.this@Stability(value=Deprecated) @Deprecated public CfnApiV2.CorsProperty.Builder allowCredentials(IResolvable allowCredentials)
CfnApiV2.CorsProperty.getAllowCredentials()allowCredentials - `CfnApiV2.CorsProperty.AllowCredentials`.this@Stability(value=Deprecated) @Deprecated public CfnApiV2.CorsProperty.Builder allowHeaders(List<String> allowHeaders)
CfnApiV2.CorsProperty.getAllowHeaders()allowHeaders - `CfnApiV2.CorsProperty.AllowHeaders`.this@Stability(value=Deprecated) @Deprecated public CfnApiV2.CorsProperty.Builder allowMethods(List<String> allowMethods)
CfnApiV2.CorsProperty.getAllowMethods()allowMethods - `CfnApiV2.CorsProperty.AllowMethods`.this@Stability(value=Deprecated) @Deprecated public CfnApiV2.CorsProperty.Builder allowOrigins(List<String> allowOrigins)
CfnApiV2.CorsProperty.getAllowOrigins()allowOrigins - `CfnApiV2.CorsProperty.AllowOrigins`.this@Stability(value=Deprecated) @Deprecated public CfnApiV2.CorsProperty.Builder exposeHeaders(List<String> exposeHeaders)
CfnApiV2.CorsProperty.getExposeHeaders()exposeHeaders - `CfnApiV2.CorsProperty.ExposeHeaders`.this@Stability(value=Deprecated) @Deprecated public CfnApiV2.CorsProperty.Builder maxAge(Number maxAge)
CfnApiV2.CorsProperty.getMaxAge()maxAge - `CfnApiV2.CorsProperty.MaxAge`.this@Stability(value=Deprecated) @Deprecated public CfnApiV2.CorsProperty build()
build in interface software.amazon.jsii.Builder<CfnApiV2.CorsProperty>CfnApiV2.CorsPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.