Package services.verifiedpermissions
Class CfnIdentitySource.Builder
java.lang.Object
services.verifiedpermissions.CfnIdentitySource.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySource>
- Enclosing class:
CfnIdentitySource
@Stability(Stable)
public static final class CfnIdentitySource.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySource>
A fluent builder for
CfnIdentitySource
.-
Method Summary
Modifier and TypeMethodDescriptionbuild()
Contains configuration information used when creating a new .configuration
(IResolvable configuration) Contains configuration information used when creating a new .static CfnIdentitySource.Builder
policyStoreId
(String policyStoreId) Specifies the ID of the in which you want to store this .principalEntityType
(String principalEntityType) Specifies the namespace and data type of the principals generated for identities authenticated by the new .
-
Method Details
-
create
@Stability(Stable) public static CfnIdentitySource.Builder create(software.constructs.Construct scope, String id) - Parameters:
scope
- Scope in which this resource is defined. This parameter is required.id
- Construct identifier for this resource (unique in its scope). This parameter is required.- Returns:
- a new instance of
CfnIdentitySource.Builder
.
-
configuration
Contains configuration information used when creating a new .At this time, the only valid member of this structure is a user pool configuration.
You must specify a
userPoolArn
, and optionally, aClientId
.This data type is used as a request parameter for the CreateIdentitySource operation.
- Parameters:
configuration
- Contains configuration information used when creating a new . This parameter is required.- Returns:
this
- See Also:
-
configuration
@Stability(Stable) public CfnIdentitySource.Builder configuration(CfnIdentitySource.IdentitySourceConfigurationProperty configuration) Contains configuration information used when creating a new .At this time, the only valid member of this structure is a user pool configuration.
You must specify a
userPoolArn
, and optionally, aClientId
.This data type is used as a request parameter for the CreateIdentitySource operation.
- Parameters:
configuration
- Contains configuration information used when creating a new . This parameter is required.- Returns:
this
- See Also:
-
policyStoreId
Specifies the ID of the in which you want to store this .Only policies and requests made using this can reference identities from the identity provider configured in the new .
- Parameters:
policyStoreId
- Specifies the ID of the in which you want to store this . This parameter is required.- Returns:
this
- See Also:
-
principalEntityType
Specifies the namespace and data type of the principals generated for identities authenticated by the new .- Parameters:
principalEntityType
- Specifies the namespace and data type of the principals generated for identities authenticated by the new . This parameter is required.- Returns:
this
- See Also:
-
build
- Specified by:
build
in interfacesoftware.amazon.jsii.Builder<CfnIdentitySource>
- Returns:
- a newly built instance of
CfnIdentitySource
.
-