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