Class CfnOAuthClientApplicationProps.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnOAuthClientApplicationProps.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOAuthClientApplicationProps>
- Enclosing interface:
CfnOAuthClientApplicationProps
@Stability(Stable)
public static final class CfnOAuthClientApplicationProps.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOAuthClientApplicationProps>
A builder for
CfnOAuthClientApplicationProps-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.Sets the value ofCfnOAuthClientApplicationProps.getClientId()clientSecret(String clientSecret) Sets the value ofCfnOAuthClientApplicationProps.getClientSecret()dataSourceType(String dataSourceType) Sets the value ofCfnOAuthClientApplicationProps.getDataSourceType()identityProviderVpcConnectionProperties(IResolvable identityProviderVpcConnectionProperties) identityProviderVpcConnectionProperties(CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty identityProviderVpcConnectionProperties) Sets the value ofCfnOAuthClientApplicationProps.getName()oAuthAuthorizationEndpointUrl(String oAuthAuthorizationEndpointUrl) Sets the value ofCfnOAuthClientApplicationProps.getOAuthAuthorizationEndpointUrl()oAuthClientApplicationId(String oAuthClientApplicationId) Sets the value ofCfnOAuthClientApplicationProps.getOAuthClientApplicationId()oAuthClientAuthenticationType(String oAuthClientAuthenticationType) Sets the value ofCfnOAuthClientApplicationProps.getOAuthClientAuthenticationType()oAuthScopes(String oAuthScopes) Sets the value ofCfnOAuthClientApplicationProps.getOAuthScopes()oAuthTokenEndpointUrl(String oAuthTokenEndpointUrl) Sets the value ofCfnOAuthClientApplicationProps.getOAuthTokenEndpointUrl()Sets the value ofCfnOAuthClientApplicationProps.getTags()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
name
Sets the value ofCfnOAuthClientApplicationProps.getName()- Parameters:
name- the value to be set. This parameter is required.- Returns:
this
-
oAuthClientApplicationId
@Stability(Stable) public CfnOAuthClientApplicationProps.Builder oAuthClientApplicationId(String oAuthClientApplicationId) Sets the value ofCfnOAuthClientApplicationProps.getOAuthClientApplicationId()- Parameters:
oAuthClientApplicationId- the value to be set. This parameter is required.- Returns:
this
-
oAuthClientAuthenticationType
@Stability(Stable) public CfnOAuthClientApplicationProps.Builder oAuthClientAuthenticationType(String oAuthClientAuthenticationType) Sets the value ofCfnOAuthClientApplicationProps.getOAuthClientAuthenticationType()- Parameters:
oAuthClientAuthenticationType- the value to be set. This parameter is required.- Returns:
this
-
oAuthTokenEndpointUrl
@Stability(Stable) public CfnOAuthClientApplicationProps.Builder oAuthTokenEndpointUrl(String oAuthTokenEndpointUrl) Sets the value ofCfnOAuthClientApplicationProps.getOAuthTokenEndpointUrl()- Parameters:
oAuthTokenEndpointUrl- the value to be set. This parameter is required.- Returns:
this
-
clientId
Sets the value ofCfnOAuthClientApplicationProps.getClientId()- Parameters:
clientId- the value to be set.- Returns:
this
-
clientSecret
Sets the value ofCfnOAuthClientApplicationProps.getClientSecret()- Parameters:
clientSecret- the value to be set.- Returns:
this
-
dataSourceType
@Stability(Stable) public CfnOAuthClientApplicationProps.Builder dataSourceType(String dataSourceType) Sets the value ofCfnOAuthClientApplicationProps.getDataSourceType()- Parameters:
dataSourceType- the value to be set.- Returns:
this
-
identityProviderVpcConnectionProperties
@Stability(Stable) public CfnOAuthClientApplicationProps.Builder identityProviderVpcConnectionProperties(IResolvable identityProviderVpcConnectionProperties) - Parameters:
identityProviderVpcConnectionProperties- the value to be set.- Returns:
this
-
identityProviderVpcConnectionProperties
@Stability(Stable) public CfnOAuthClientApplicationProps.Builder identityProviderVpcConnectionProperties(CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty identityProviderVpcConnectionProperties) - Parameters:
identityProviderVpcConnectionProperties- the value to be set.- Returns:
this
-
oAuthAuthorizationEndpointUrl
@Stability(Stable) public CfnOAuthClientApplicationProps.Builder oAuthAuthorizationEndpointUrl(String oAuthAuthorizationEndpointUrl) Sets the value ofCfnOAuthClientApplicationProps.getOAuthAuthorizationEndpointUrl()- Parameters:
oAuthAuthorizationEndpointUrl- the value to be set.- Returns:
this
-
oAuthScopes
Sets the value ofCfnOAuthClientApplicationProps.getOAuthScopes()- Parameters:
oAuthScopes- the value to be set.- Returns:
this
-
tags
Sets the value ofCfnOAuthClientApplicationProps.getTags()- Parameters:
tags- the value to be set.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOAuthClientApplicationProps>- Returns:
- a new instance of
CfnOAuthClientApplicationProps - Throws:
NullPointerException- if any required attribute was not provided
-