@Stability(value=Stable) public static final class FunctionUrlOptions.Builder extends Object implements software.amazon.jsii.Builder<FunctionUrlOptions>
FunctionUrlOptions| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
FunctionUrlOptions.Builder |
authType(FunctionUrlAuthType authType)
Sets the value of
FunctionUrlOptions.getAuthType() |
FunctionUrlOptions |
build()
Builds the configured instance.
|
FunctionUrlOptions.Builder |
cors(FunctionUrlCorsOptions cors)
Sets the value of
FunctionUrlOptions.getCors() |
@Stability(value=Stable) public FunctionUrlOptions.Builder authType(FunctionUrlAuthType authType)
FunctionUrlOptions.getAuthType()authType - The type of authentication that your function URL uses.this@Stability(value=Stable) public FunctionUrlOptions.Builder cors(FunctionUrlCorsOptions cors)
FunctionUrlOptions.getCors()cors - The cross-origin resource sharing (CORS) settings for your function URL.this@Stability(value=Stable) public FunctionUrlOptions build()
build in interface software.amazon.jsii.Builder<FunctionUrlOptions>FunctionUrlOptionsNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.