Class CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.ec2.CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty>
- Enclosing interface:
CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty
@Stability(Stable)
public static final class CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.samlProviderArn(String samlProviderArn) selfServiceSamlProviderArn(String selfServiceSamlProviderArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
samlProviderArn
@Stability(Stable) public CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty.Builder samlProviderArn(String samlProviderArn) Sets the value ofCfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty.getSamlProviderArn()- Parameters:
samlProviderArn- The Amazon Resource Name (ARN) of the IAM SAML identity provider.- Returns:
this
-
selfServiceSamlProviderArn
@Stability(Stable) public CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty.Builder selfServiceSamlProviderArn(String selfServiceSamlProviderArn) Sets the value ofCfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty.getSelfServiceSamlProviderArn()- Parameters:
selfServiceSamlProviderArn- The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.- Returns:
this
-
build
@Stability(Stable) public CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty build()Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty>- Returns:
- a new instance of
CfnClientVpnEndpointPropsMixin.FederatedAuthenticationRequestProperty - Throws:
NullPointerException- if any required attribute was not provided
-