@Stability(value=Experimental) public static final class SamlProviderProps.Builder extends Object implements software.amazon.jsii.Builder<SamlProviderProps>
SamlProviderProps
Constructor and Description |
---|
Builder() |
Modifier and Type | Method and Description |
---|---|
SamlProviderProps |
build()
Builds the configured instance.
|
SamlProviderProps.Builder |
metadataDocument(SamlMetadataDocument metadataDocument)
Sets the value of
SamlProviderProps.getMetadataDocument() |
SamlProviderProps.Builder |
name(String name)
Sets the value of
SamlProviderProps.getName() |
@Stability(value=Experimental) public SamlProviderProps.Builder metadataDocument(SamlMetadataDocument metadataDocument)
SamlProviderProps.getMetadataDocument()
metadataDocument
- 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. This parameter is required.this
@Stability(value=Experimental) public SamlProviderProps.Builder name(String name)
SamlProviderProps.getName()
name
- The name of the provider to create.
This parameter allows a string of characters consisting of upper and
lowercase alphanumeric characters with no spaces. You can also include
any of the following characters: _+=,.@-
Length must be between 1 and 128 characters.
this
@Stability(value=Experimental) public SamlProviderProps build()
build
in interface software.amazon.jsii.Builder<SamlProviderProps>
SamlProviderProps
NullPointerException
- if any required attribute was not providedCopyright © 2021. All rights reserved.