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