public static interface FederatedAuthentication.Builder extends SdkPojo, CopyableBuilder<FederatedAuthentication.Builder,FederatedAuthentication>
Modifier and Type | Method and Description |
---|---|
FederatedAuthentication.Builder |
samlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
FederatedAuthentication.Builder |
selfServiceSamlProviderArn(String selfServiceSamlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
|
equalsBySdkFields, sdkFields
copy
applyMutation, build
FederatedAuthentication.Builder samlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
samlProviderArn
- The Amazon Resource Name (ARN) of the IAM SAML identity provider.FederatedAuthentication.Builder selfServiceSamlProviderArn(String selfServiceSamlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.
selfServiceSamlProviderArn
- The Amazon Resource Name (ARN) of the IAM SAML identity provider for the self-service portal.Copyright © 2023. All rights reserved.