Interface SAMLIdp.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SAMLIdp.Builder,
,SAMLIdp> SdkBuilder<SAMLIdp.Builder,
,SAMLIdp> SdkPojo
- Enclosing class:
SAMLIdp
-
Method Summary
Modifier and TypeMethodDescriptionThe unique Entity ID of the application in SAML Identity Provider.metadataContent
(String metadataContent) The Metadata of the SAML application in xml format.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, sdkFields
-
Method Details
-
metadataContent
The Metadata of the SAML application in xml format.
- Parameters:
metadataContent
- The Metadata of the SAML application in xml format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
entityId
The unique Entity ID of the application in SAML Identity Provider.
- Parameters:
entityId
- The unique Entity ID of the application in SAML Identity Provider.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-