Class CfnDataSourcePropsMixin.OAuthParametersProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnDataSourcePropsMixin.OAuthParametersProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDataSourcePropsMixin.OAuthParametersProperty>
- Enclosing interface:
CfnDataSourcePropsMixin.OAuthParametersProperty
@Stability(Stable)
public static final class CfnDataSourcePropsMixin.OAuthParametersProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDataSourcePropsMixin.OAuthParametersProperty>
A builder for
CfnDataSourcePropsMixin.OAuthParametersProperty-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.identityProviderResourceUri(String identityProviderResourceUri) identityProviderVpcConnectionProperties(CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty identityProviderVpcConnectionProperties) identityProviderVpcConnectionProperties(IResolvable identityProviderVpcConnectionProperties) oAuthScope(String oAuthScope) Sets the value ofCfnDataSourcePropsMixin.OAuthParametersProperty.getOAuthScope()tokenProviderUrl(String tokenProviderUrl) Sets the value ofCfnDataSourcePropsMixin.OAuthParametersProperty.getTokenProviderUrl()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
identityProviderResourceUri
@Stability(Stable) public CfnDataSourcePropsMixin.OAuthParametersProperty.Builder identityProviderResourceUri(String identityProviderResourceUri) - Parameters:
identityProviderResourceUri- The resource uri of the identity provider.- Returns:
this
-
identityProviderVpcConnectionProperties
@Stability(Stable) public CfnDataSourcePropsMixin.OAuthParametersProperty.Builder identityProviderVpcConnectionProperties(IResolvable identityProviderVpcConnectionProperties) Sets the value ofCfnDataSourcePropsMixin.OAuthParametersProperty.getIdentityProviderVpcConnectionProperties()- Parameters:
identityProviderVpcConnectionProperties-VPC connection properties.
.- Returns:
this
-
identityProviderVpcConnectionProperties
@Stability(Stable) public CfnDataSourcePropsMixin.OAuthParametersProperty.Builder identityProviderVpcConnectionProperties(CfnDataSourcePropsMixin.VpcConnectionPropertiesProperty identityProviderVpcConnectionProperties) Sets the value ofCfnDataSourcePropsMixin.OAuthParametersProperty.getIdentityProviderVpcConnectionProperties()- Parameters:
identityProviderVpcConnectionProperties-VPC connection properties.
.- Returns:
this
-
oAuthScope
@Stability(Stable) public CfnDataSourcePropsMixin.OAuthParametersProperty.Builder oAuthScope(String oAuthScope) Sets the value ofCfnDataSourcePropsMixin.OAuthParametersProperty.getOAuthScope()- Parameters:
oAuthScope- The OAuth scope.- Returns:
this
-
tokenProviderUrl
@Stability(Stable) public CfnDataSourcePropsMixin.OAuthParametersProperty.Builder tokenProviderUrl(String tokenProviderUrl) Sets the value ofCfnDataSourcePropsMixin.OAuthParametersProperty.getTokenProviderUrl()- Parameters:
tokenProviderUrl- The token endpoint URL of the identity provider.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnDataSourcePropsMixin.OAuthParametersProperty>- Returns:
- a new instance of
CfnDataSourcePropsMixin.OAuthParametersProperty - Throws:
NullPointerException- if any required attribute was not provided
-