@Stability(value=Stable) public static final class CfnUserPoolClientProps.Builder extends Object implements software.amazon.jsii.Builder<CfnUserPoolClientProps>
CfnUserPoolClientProps| Constructor and Description |
|---|
Builder() |
@Stability(value=Stable) public CfnUserPoolClientProps.Builder userPoolId(String userPoolId)
CfnUserPoolClientProps.getUserPoolId()userPoolId - `AWS::Cognito::UserPoolClient.UserPoolId`. This parameter is required.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder accessTokenValidity(Number accessTokenValidity)
CfnUserPoolClientProps.getAccessTokenValidity()accessTokenValidity - `AWS::Cognito::UserPoolClient.AccessTokenValidity`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder allowedOAuthFlows(List<String> allowedOAuthFlows)
CfnUserPoolClientProps.getAllowedOAuthFlows()allowedOAuthFlows - `AWS::Cognito::UserPoolClient.AllowedOAuthFlows`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder allowedOAuthFlowsUserPoolClient(Boolean allowedOAuthFlowsUserPoolClient)
CfnUserPoolClientProps.getAllowedOAuthFlowsUserPoolClient()allowedOAuthFlowsUserPoolClient - `AWS::Cognito::UserPoolClient.AllowedOAuthFlowsUserPoolClient`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder allowedOAuthFlowsUserPoolClient(IResolvable allowedOAuthFlowsUserPoolClient)
CfnUserPoolClientProps.getAllowedOAuthFlowsUserPoolClient()allowedOAuthFlowsUserPoolClient - `AWS::Cognito::UserPoolClient.AllowedOAuthFlowsUserPoolClient`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder allowedOAuthScopes(List<String> allowedOAuthScopes)
CfnUserPoolClientProps.getAllowedOAuthScopes()allowedOAuthScopes - `AWS::Cognito::UserPoolClient.AllowedOAuthScopes`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder analyticsConfiguration(CfnUserPoolClient.AnalyticsConfigurationProperty analyticsConfiguration)
CfnUserPoolClientProps.getAnalyticsConfiguration()analyticsConfiguration - `AWS::Cognito::UserPoolClient.AnalyticsConfiguration`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder analyticsConfiguration(IResolvable analyticsConfiguration)
CfnUserPoolClientProps.getAnalyticsConfiguration()analyticsConfiguration - `AWS::Cognito::UserPoolClient.AnalyticsConfiguration`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder callbackUrLs(List<String> callbackUrLs)
CfnUserPoolClientProps.getCallbackUrLs()callbackUrLs - `AWS::Cognito::UserPoolClient.CallbackURLs`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder clientName(String clientName)
CfnUserPoolClientProps.getClientName()clientName - `AWS::Cognito::UserPoolClient.ClientName`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder defaultRedirectUri(String defaultRedirectUri)
CfnUserPoolClientProps.getDefaultRedirectUri()defaultRedirectUri - `AWS::Cognito::UserPoolClient.DefaultRedirectURI`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder explicitAuthFlows(List<String> explicitAuthFlows)
CfnUserPoolClientProps.getExplicitAuthFlows()explicitAuthFlows - `AWS::Cognito::UserPoolClient.ExplicitAuthFlows`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder generateSecret(Boolean generateSecret)
CfnUserPoolClientProps.getGenerateSecret()generateSecret - `AWS::Cognito::UserPoolClient.GenerateSecret`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder generateSecret(IResolvable generateSecret)
CfnUserPoolClientProps.getGenerateSecret()generateSecret - `AWS::Cognito::UserPoolClient.GenerateSecret`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder idTokenValidity(Number idTokenValidity)
CfnUserPoolClientProps.getIdTokenValidity()idTokenValidity - `AWS::Cognito::UserPoolClient.IdTokenValidity`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder logoutUrLs(List<String> logoutUrLs)
CfnUserPoolClientProps.getLogoutUrLs()logoutUrLs - `AWS::Cognito::UserPoolClient.LogoutURLs`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder preventUserExistenceErrors(String preventUserExistenceErrors)
CfnUserPoolClientProps.getPreventUserExistenceErrors()preventUserExistenceErrors - `AWS::Cognito::UserPoolClient.PreventUserExistenceErrors`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder readAttributes(List<String> readAttributes)
CfnUserPoolClientProps.getReadAttributes()readAttributes - `AWS::Cognito::UserPoolClient.ReadAttributes`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder refreshTokenValidity(Number refreshTokenValidity)
CfnUserPoolClientProps.getRefreshTokenValidity()refreshTokenValidity - `AWS::Cognito::UserPoolClient.RefreshTokenValidity`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder supportedIdentityProviders(List<String> supportedIdentityProviders)
CfnUserPoolClientProps.getSupportedIdentityProviders()supportedIdentityProviders - `AWS::Cognito::UserPoolClient.SupportedIdentityProviders`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder tokenValidityUnits(CfnUserPoolClient.TokenValidityUnitsProperty tokenValidityUnits)
CfnUserPoolClientProps.getTokenValidityUnits()tokenValidityUnits - `AWS::Cognito::UserPoolClient.TokenValidityUnits`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder tokenValidityUnits(IResolvable tokenValidityUnits)
CfnUserPoolClientProps.getTokenValidityUnits()tokenValidityUnits - `AWS::Cognito::UserPoolClient.TokenValidityUnits`.this@Stability(value=Stable) public CfnUserPoolClientProps.Builder writeAttributes(List<String> writeAttributes)
CfnUserPoolClientProps.getWriteAttributes()writeAttributes - `AWS::Cognito::UserPoolClient.WriteAttributes`.this@Stability(value=Stable) public CfnUserPoolClientProps build()
build in interface software.amazon.jsii.Builder<CfnUserPoolClientProps>CfnUserPoolClientPropsNullPointerException - if any required attribute was not providedCopyright © 2021. All rights reserved.