Class CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Builder
java.lang.Object
software.amazon.awscdk.services.verifiedpermissions.CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Builder
- All Implemented Interfaces:
software.amazon.jsii.Builder<CfnIdentitySource.OpenIdConnectGroupConfigurationProperty>
- Enclosing interface:
CfnIdentitySource.OpenIdConnectGroupConfigurationProperty
@Stability(Stable)
public static final class CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Builder
extends Object
implements software.amazon.jsii.Builder<CfnIdentitySource.OpenIdConnectGroupConfigurationProperty>
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbuild()Builds the configured instance.groupClaim(String groupClaim) groupEntityType(String groupEntityType)
-
Constructor Details
-
Builder
public Builder()
-
-
Method Details
-
groupClaim
@Stability(Stable) public CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Builder groupClaim(String groupClaim) - Parameters:
groupClaim- The token claim that you want Verified Permissions to interpret as group membership. This parameter is required. For example,groups.- Returns:
this
-
groupEntityType
@Stability(Stable) public CfnIdentitySource.OpenIdConnectGroupConfigurationProperty.Builder groupEntityType(String groupEntityType) - Parameters:
groupEntityType- The policy store entity type that you want to map your users' group claim to. This parameter is required. For example,MyCorp::UserGroup. A group entity type is an entity that can have a user entity type as a member.- Returns:
this
-
build
Builds the configured instance.- Specified by:
buildin interfacesoftware.amazon.jsii.Builder<CfnIdentitySource.OpenIdConnectGroupConfigurationProperty>- Returns:
- a new instance of
CfnIdentitySource.OpenIdConnectGroupConfigurationProperty - Throws:
NullPointerException- if any required attribute was not provided
-