Interface CreateUserPoolResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CognitoIdentityProviderResponse.Builder,- CopyableBuilder<CreateUserPoolResponse.Builder,,- CreateUserPoolResponse> - SdkBuilder<CreateUserPoolResponse.Builder,,- CreateUserPoolResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- CreateUserPoolResponse
@Mutable
@NotThreadSafe
public static interface CreateUserPoolResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<CreateUserPoolResponse.Builder,CreateUserPoolResponse> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CreateUserPoolResponse.BuilderuserPool(Consumer<UserPoolType.Builder> userPool) The details of the created user pool.userPool(UserPoolType userPool) The details of the created user pool.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
userPoolThe details of the created user pool. - Parameters:
- userPool- The details of the created user pool.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
userPoolThe details of the created user pool. This is a convenience method that creates an instance of theUserPoolType.Builderavoiding the need to create one manually viaUserPoolType.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed touserPool(UserPoolType).- Parameters:
- userPool- a consumer that will call methods on- UserPoolType.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-