Class CfnDomain.IdpProperty.Builder
java.lang.Object
software.amazon.awscdk.services.opensearchservice.CfnDomain.IdpProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnDomain.IdpProperty>
- Enclosing interface:
- CfnDomain.IdpProperty
@Stability(Stable)
public static final class CfnDomain.IdpProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnDomain.IdpProperty>
A builder for
CfnDomain.IdpProperty
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()
Builds the configured instance.Sets the value ofCfnDomain.IdpProperty.getEntityId()
metadataContent
(String metadataContent) Sets the value ofCfnDomain.IdpProperty.getMetadataContent()
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
entityId
Sets the value ofCfnDomain.IdpProperty.getEntityId()
- Parameters:
entityId
- The unique entity ID of the application in the SAML identity provider. This parameter is required.- Returns:
this
-
metadataContent
Sets the value ofCfnDomain.IdpProperty.getMetadataContent()
- Parameters:
metadataContent
- The metadata of the SAML application, in XML format. This parameter is required.- Returns:
this
-
build
Builds the configured instance.- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnDomain.IdpProperty>
- Returns:
- a new instance of
CfnDomain.IdpProperty
- Throws:
NullPointerException
- if any required attribute was not provided
-