Interface FederatedAuthentication.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<FederatedAuthentication.Builder,FederatedAuthentication>,SdkBuilder<FederatedAuthentication.Builder,FederatedAuthentication>,SdkPojo
- Enclosing class:
- FederatedAuthentication
public static interface FederatedAuthentication.Builder extends SdkPojo, CopyableBuilder<FederatedAuthentication.Builder,FederatedAuthentication>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description FederatedAuthentication.BuildersamlProviderArn(String samlProviderArn)The Amazon Resource Name (ARN) of the IAM SAML identity provider.FederatedAuthentication.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
FederatedAuthentication.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
FederatedAuthentication.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.
-
-