Class CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.cfnpropertymixins.services.verifiedpermissions.CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty>
- Enclosing interface:
CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty
@Stability(Stable)
public static final class CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.groupConfiguration(CfnIdentitySourcePropsMixin.CognitoGroupConfigurationProperty groupConfiguration) groupConfiguration(IResolvable groupConfiguration) userPoolArn(String userPoolArn)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
clientIds
@Stability(Stable) public CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder clientIds(List<String> clientIds) - Parameters:
clientIds- The unique application client IDs that are associated with the specified Amazon Cognito user pool. Example:"ClientIds": ["&ExampleCogClientId;"]- Returns:
this
-
groupConfiguration
@Stability(Stable) public CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder groupConfiguration(IResolvable groupConfiguration) Sets the value ofCfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.getGroupConfiguration()- Parameters:
groupConfiguration- The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.- Returns:
this
-
groupConfiguration
@Stability(Stable) public CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder groupConfiguration(CfnIdentitySourcePropsMixin.CognitoGroupConfigurationProperty groupConfiguration) Sets the value ofCfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.getGroupConfiguration()- Parameters:
groupConfiguration- The type of entity that a policy store maps to groups from an Amazon Cognito user pool identity source.- Returns:
this
-
userPoolArn
@Stability(Stable) public CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty.Builder userPoolArn(String userPoolArn) - Parameters:
userPoolArn- The Amazon Resource Name (ARN) of the Amazon Cognito user pool that contains the identities to be authorized.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty>- Returns:
- a new instance of
CfnIdentitySourcePropsMixin.CognitoUserPoolConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-