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