Interface AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder,AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails>,SdkBuilder<AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder,AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails>,SdkPojo
public static interface AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder extends SdkPojo, CopyableBuilder<AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder,AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.BuildersamlProviderArn(String samlProviderArn)The Amazon Resource Name (ARN) of the IAM SAML identity provider.AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.BuilderselfServiceSamlProviderArn(String selfServiceSamlProviderArn)The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
samlProviderArn
AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder samlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
- Parameters:
samlProviderArn- The Amazon Resource Name (ARN) of the IAM SAML identity provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
selfServiceSamlProviderArn
AwsEc2ClientVpnEndpointAuthenticationOptionsFederatedAuthenticationDetails.Builder selfServiceSamlProviderArn(String selfServiceSamlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
- Parameters:
selfServiceSamlProviderArn- The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-