Class CfnIdentitySourcePropsMixin.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourcePropsMixin.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySourcePropsMixin>
- Enclosing class:
CfnIdentitySourcePropsMixin
@Stability(Stable)
public static final class CfnIdentitySourcePropsMixin.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySourcePropsMixin>
A fluent builder for
CfnIdentitySourcePropsMixin.-
Method Summary
Modifier and TypeMethodDescriptionbuild()Contains configuration information used when creating a new identity source.configuration(IResolvable configuration) Contains configuration information used when creating a new identity source.create()create(CfnPropertyMixinOptions options) policyStoreId(String policyStoreId) Specifies the ID of the policy store in which you want to store this identity source.principalEntityType(String principalEntityType) Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.
-
Method Details
-
create
@Stability(Stable) public static CfnIdentitySourcePropsMixin.Builder create(CfnPropertyMixinOptions options) - Parameters:
options- Mixin options.- Returns:
- a new instance of
CfnIdentitySourcePropsMixin.Builder.
-
create
- Returns:
- a new instance of
CfnIdentitySourcePropsMixin.Builder.
-
configuration
@Stability(Stable) public CfnIdentitySourcePropsMixin.Builder configuration(IResolvable configuration) Contains configuration information used when creating a new identity source.- Parameters:
configuration- Contains configuration information used when creating a new identity source. This parameter is required.- Returns:
this- See Also:
-
configuration
@Stability(Stable) public CfnIdentitySourcePropsMixin.Builder configuration(CfnIdentitySourcePropsMixin.IdentitySourceConfigurationProperty configuration) Contains configuration information used when creating a new identity source.- Parameters:
configuration- Contains configuration information used when creating a new identity source. This parameter is required.- Returns:
this- See Also:
-
policyStoreId
Specifies the ID of the policy store in which you want to store this identity source.Only policies and requests made using this policy store can reference identities from the identity provider configured in the new identity source.
- Parameters:
policyStoreId- Specifies the ID of the policy store in which you want to store this identity source. This parameter is required.- Returns:
this- See Also:
-
principalEntityType
@Stability(Stable) public CfnIdentitySourcePropsMixin.Builder principalEntityType(String principalEntityType) Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source.- Parameters:
principalEntityType- Specifies the namespace and data type of the principals generated for identities authenticated by the new identity source. This parameter is required.- Returns:
this- See Also:
-
build
- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdentitySourcePropsMixin>- Returns:
- a newly built instance of
CfnIdentitySourcePropsMixin.
-