public static final class CfnApi.AuthProperty.Builder extends Object
CfnApi.AuthProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnApi.AuthProperty |
build()
Builds the configured instance.
|
CfnApi.AuthProperty.Builder |
withAuthorizers(com.fasterxml.jackson.databind.node.ObjectNode value)
Sets the value of Authorizers
|
CfnApi.AuthProperty.Builder |
withAuthorizers(software.amazon.awscdk.Token value)
Sets the value of Authorizers
|
CfnApi.AuthProperty.Builder |
withDefaultAuthorizer(String value)
Sets the value of DefaultAuthorizer
|
public CfnApi.AuthProperty.Builder withAuthorizers(@Nullable com.fasterxml.jackson.databind.node.ObjectNode value)
value - `CfnApi.AuthProperty.Authorizers`thispublic CfnApi.AuthProperty.Builder withAuthorizers(@Nullable software.amazon.awscdk.Token value)
value - `CfnApi.AuthProperty.Authorizers`thispublic CfnApi.AuthProperty.Builder withDefaultAuthorizer(@Nullable String value)
value - `CfnApi.AuthProperty.DefaultAuthorizer`thispublic CfnApi.AuthProperty build()
CfnApi.AuthPropertyNullPointerException - if any required attribute was not providedCopyright © 2019. All rights reserved.