@Stability(value=Stable) public static final class CfnGraphQLApi.OpenIDConnectConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnGraphQLApi.OpenIDConnectConfigProperty>
CfnGraphQLApi.OpenIDConnectConfigProperty| Constructor and Description |
|---|
Builder() |
| Modifier and Type | Method and Description |
|---|---|
CfnGraphQLApi.OpenIDConnectConfigProperty.Builder |
authTtl(Number authTtl)
Sets the value of
CfnGraphQLApi.OpenIDConnectConfigProperty.getAuthTtl() |
CfnGraphQLApi.OpenIDConnectConfigProperty |
build()
Builds the configured instance.
|
CfnGraphQLApi.OpenIDConnectConfigProperty.Builder |
clientId(String clientId)
Sets the value of
CfnGraphQLApi.OpenIDConnectConfigProperty.getClientId() |
CfnGraphQLApi.OpenIDConnectConfigProperty.Builder |
iatTtl(Number iatTtl)
Sets the value of
CfnGraphQLApi.OpenIDConnectConfigProperty.getIatTtl() |
CfnGraphQLApi.OpenIDConnectConfigProperty.Builder |
issuer(String issuer)
Sets the value of
CfnGraphQLApi.OpenIDConnectConfigProperty.getIssuer() |
@Stability(value=Stable) public CfnGraphQLApi.OpenIDConnectConfigProperty.Builder authTtl(Number authTtl)
CfnGraphQLApi.OpenIDConnectConfigProperty.getAuthTtl()authTtl - The number of milliseconds that a token is valid after being authenticated.this@Stability(value=Stable) public CfnGraphQLApi.OpenIDConnectConfigProperty.Builder clientId(String clientId)
CfnGraphQLApi.OpenIDConnectConfigProperty.getClientId()clientId - The client identifier of the Relying party at the OpenID identity provider.
This identifier is typically obtained when the Relying party is registered with the OpenID identity provider. You can specify a regular expression so that AWS AppSync can validate against multiple client identifiers at a time.this@Stability(value=Stable) public CfnGraphQLApi.OpenIDConnectConfigProperty.Builder iatTtl(Number iatTtl)
CfnGraphQLApi.OpenIDConnectConfigProperty.getIatTtl()iatTtl - The number of milliseconds that a token is valid after it's issued to a user.this@Stability(value=Stable) public CfnGraphQLApi.OpenIDConnectConfigProperty.Builder issuer(String issuer)
CfnGraphQLApi.OpenIDConnectConfigProperty.getIssuer()issuer - The issuer for the OIDC configuration.
The issuer returned by discovery must exactly match the value of iss in the ID token.this@Stability(value=Stable) public CfnGraphQLApi.OpenIDConnectConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnGraphQLApi.OpenIDConnectConfigProperty>CfnGraphQLApi.OpenIDConnectConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2022. All rights reserved.