@Stability(value=Stable) public static final class CfnListener.AuthenticateOidcConfigProperty.Builder extends Object implements software.amazon.jsii.Builder<CfnListener.AuthenticateOidcConfigProperty>
CfnListener.AuthenticateOidcConfigProperty| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder authorizationEndpoint(String authorizationEndpoint)
CfnListener.AuthenticateOidcConfigProperty.getAuthorizationEndpoint()authorizationEndpoint - `CfnListener.AuthenticateOidcConfigProperty.AuthorizationEndpoint`. This parameter is required.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder clientId(String clientId)
CfnListener.AuthenticateOidcConfigProperty.getClientId()clientId - `CfnListener.AuthenticateOidcConfigProperty.ClientId`. This parameter is required.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder clientSecret(String clientSecret)
CfnListener.AuthenticateOidcConfigProperty.getClientSecret()clientSecret - `CfnListener.AuthenticateOidcConfigProperty.ClientSecret`. This parameter is required.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder issuer(String issuer)
CfnListener.AuthenticateOidcConfigProperty.getIssuer()issuer - `CfnListener.AuthenticateOidcConfigProperty.Issuer`. This parameter is required.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder tokenEndpoint(String tokenEndpoint)
CfnListener.AuthenticateOidcConfigProperty.getTokenEndpoint()tokenEndpoint - `CfnListener.AuthenticateOidcConfigProperty.TokenEndpoint`. This parameter is required.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder userInfoEndpoint(String userInfoEndpoint)
CfnListener.AuthenticateOidcConfigProperty.getUserInfoEndpoint()userInfoEndpoint - `CfnListener.AuthenticateOidcConfigProperty.UserInfoEndpoint`. This parameter is required.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder authenticationRequestExtraParams(IResolvable authenticationRequestExtraParams)
authenticationRequestExtraParams - `CfnListener.AuthenticateOidcConfigProperty.AuthenticationRequestExtraParams`.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder authenticationRequestExtraParams(Map<String,String> authenticationRequestExtraParams)
authenticationRequestExtraParams - `CfnListener.AuthenticateOidcConfigProperty.AuthenticationRequestExtraParams`.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder onUnauthenticatedRequest(String onUnauthenticatedRequest)
CfnListener.AuthenticateOidcConfigProperty.getOnUnauthenticatedRequest()onUnauthenticatedRequest - `CfnListener.AuthenticateOidcConfigProperty.OnUnauthenticatedRequest`.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder scope(String scope)
CfnListener.AuthenticateOidcConfigProperty.getScope()scope - `CfnListener.AuthenticateOidcConfigProperty.Scope`.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder sessionCookieName(String sessionCookieName)
CfnListener.AuthenticateOidcConfigProperty.getSessionCookieName()sessionCookieName - `CfnListener.AuthenticateOidcConfigProperty.SessionCookieName`.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty.Builder sessionTimeout(String sessionTimeout)
CfnListener.AuthenticateOidcConfigProperty.getSessionTimeout()sessionTimeout - `CfnListener.AuthenticateOidcConfigProperty.SessionTimeout`.this@Stability(value=Stable) public CfnListener.AuthenticateOidcConfigProperty build()
build in interface software.amazon.jsii.Builder<CfnListener.AuthenticateOidcConfigProperty>CfnListener.AuthenticateOidcConfigPropertyNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.