Class CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Builder
java.lang.Object
software.amazon.awscdk.services.ec2.CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty>
- Enclosing interface:
CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty
@Stability(Stable)
public static final class CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty>
-
Constructor Summary
-
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 CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Builder samlProviderArn(String samlProviderArn) - Parameters:
samlProviderArn
- The Amazon Resource Name (ARN) of the IAM SAML identity provider. This parameter is required.- Returns:
this
-
selfServiceSamlProviderArn
@Stability(Stable) public CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.Builder selfServiceSamlProviderArn(String selfServiceSamlProviderArn) Sets the value ofCfnClientVpnEndpoint.FederatedAuthenticationRequestProperty.getSelfServiceSamlProviderArn()
- Parameters:
selfServiceSamlProviderArn
- The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty>
- Returns:
- a new instance of
CfnClientVpnEndpoint.FederatedAuthenticationRequestProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-