public static interface CreateSAMLProviderRequest.Builder extends IAMRequest.Builder, CopyableBuilder<CreateSAMLProviderRequest.Builder,CreateSAMLProviderRequest>
| Modifier and Type | Method and Description |
|---|---|
CreateSAMLProviderRequest.Builder |
name(String name)
The name of the provider to create.
|
CreateSAMLProviderRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
CreateSAMLProviderRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
CreateSAMLProviderRequest.Builder |
samlMetadataDocument(String samlMetadataDocument)
An XML document generated by an identity provider (IdP) that supports SAML 2.0.
|
buildrequestOverrideConfigcopyapply, buildCreateSAMLProviderRequest.Builder samlMetadataDocument(String samlMetadataDocument)
An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes the issuer's name, expiration information, and keys that can be used to validate the SAML authentication response (assertions) that are received from the IdP. You must generate the metadata document using the identity management software that is used as your organization's IdP.
For more information, see About SAML 2.0-based Federation in the IAM User Guide
samlMetadataDocument - An XML document generated by an identity provider (IdP) that supports SAML 2.0. The document includes
the issuer's name, expiration information, and keys that can be used to validate the SAML
authentication response (assertions) that are received from the IdP. You must generate the metadata
document using the identity management software that is used as your organization's IdP.
For more information, see About SAML 2.0-based Federation in the IAM User Guide
CreateSAMLProviderRequest.Builder name(String name)
The name of the provider to create.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
name - The name of the provider to create.
This parameter allows (per its regex pattern) a string of characters consisting of upper and lowercase alphanumeric characters with no spaces. You can also include any of the following characters: =,.@-
CreateSAMLProviderRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.CreateSAMLProviderRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.