public static interface FederatedAuthenticationRequest.Builder extends SdkPojo, CopyableBuilder<FederatedAuthenticationRequest.Builder,FederatedAuthenticationRequest>
Modifier and Type | Method and Description |
---|---|
FederatedAuthenticationRequest.Builder |
samlProviderArn(String samlProviderArn)
The Amazon Resource Name (ARN) of the IAM SAML identity provider.
|
FederatedAuthenticationRequest.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
FederatedAuthenticationRequest.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.FederatedAuthenticationRequest.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 © 2021. All rights reserved.