Class CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty.Builder
java.lang.Object
software.amazon.awscdk.services.quicksight.CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty>
- Enclosing interface:
CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty
@Stability(Stable)
public static final class CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnOAuthClientApplication.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 CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty.Builder vpcConnectionArn(String vpcConnectionArn) Sets the value ofCfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty.getVpcConnectionArn()- Parameters:
vpcConnectionArn- the value to be set. This parameter is required.- Returns:
this
-
build
@Stability(Stable) public CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty>- Returns:
- a new instance of
CfnOAuthClientApplication.IdentityProviderVpcConnectionPropertiesProperty - Throws:
NullPointerException- if any required attribute was not provided
-