Interface SAMLIdp.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<SAMLIdp.Builder,,- SAMLIdp> - SdkBuilder<SAMLIdp.Builder,,- SAMLIdp> - SdkPojo
- Enclosing class:
- SAMLIdp
@Mutable
@NotThreadSafe
public static interface SAMLIdp.Builder
extends SdkPojo, CopyableBuilder<SAMLIdp.Builder,SAMLIdp> 
- 
Method SummaryModifier and TypeMethodDescriptionThe unique entity ID of the application in the SAML identity provider.metadataContent(String metadataContent) The metadata of the SAML application, in XML format.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
metadataContentThe 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.
 
- 
entityIdThe unique entity ID of the application in the SAML identity provider. - Parameters:
- entityId- The unique entity ID of the application in the SAML identity provider.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-