Interface CognitoMemberDefinition.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<CognitoMemberDefinition.Builder,,CognitoMemberDefinition> SdkBuilder<CognitoMemberDefinition.Builder,,CognitoMemberDefinition> SdkPojo
- Enclosing class:
 CognitoMemberDefinition
public static interface CognitoMemberDefinition.Builder
extends SdkPojo, CopyableBuilder<CognitoMemberDefinition.Builder,CognitoMemberDefinition> 
- 
Method Summary
Modifier and TypeMethodDescriptionAn identifier for an application client.An identifier for a user group.An identifier for a user pool.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
- 
userPool
An identifier for a user pool. The user pool must be in the same region as the service that you are calling.
- Parameters:
 userPool- An identifier for a user pool. The user pool must be in the same region as the service that you are calling.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
userGroup
An identifier for a user group.
- Parameters:
 userGroup- An identifier for a user group.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
clientId
An identifier for an application client. You must create the app client ID using Amazon Cognito.
- Parameters:
 clientId- An identifier for an application client. You must create the app client ID using Amazon Cognito.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -