Interface CognitoGroupConfiguration.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CognitoGroupConfiguration.Builder,,CognitoGroupConfiguration> SdkBuilder<CognitoGroupConfiguration.Builder,,CognitoGroupConfiguration> SdkPojo
- Enclosing class:
 CognitoGroupConfiguration
public static interface CognitoGroupConfiguration.Builder
extends SdkPojo, CopyableBuilder<CognitoGroupConfiguration.Builder,CognitoGroupConfiguration> 
- 
Method Summary
Modifier and TypeMethodDescriptiongroupEntityType(String groupEntityType) The name of the schema entity type that's mapped to the user pool group.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
groupEntityType
The name of the schema entity type that's mapped to the user pool group. Defaults to
AWS::CognitoGroup.- Parameters:
 groupEntityType- The name of the schema entity type that's mapped to the user pool group. Defaults toAWS::CognitoGroup.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -