Class CfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.quicksight.CfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty>
- Enclosing interface:
CfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty
@Stability(Stable)
public static final class CfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.vpcConnectionArn(String vpcConnectionArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
vpcConnectionArn
@Stability(Stable) public CfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty.Builder vpcConnectionArn(String vpcConnectionArn) Sets the value ofCfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty.getVpcConnectionArn()- Parameters:
vpcConnectionArn- the value to be set.- Returns:
this
-
build
@Stability(Stable) public CfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty>- Returns:
- a new instance of
CfnOAuthClientApplicationPropsMixin.IdentityProviderVpcConnectionPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-