public static interface AddCustomAttributesRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<AddCustomAttributesRequest.Builder,AddCustomAttributesRequest>
| Modifier and Type | Method and Description |
|---|---|
AddCustomAttributesRequest.Builder |
customAttributes(Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest.Builder |
customAttributes(Consumer<SchemaAttributeType.Builder>... customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest.Builder |
customAttributes(SchemaAttributeType... customAttributes)
An array of custom attributes, such as Mutable and Name.
|
AddCustomAttributesRequest.Builder |
requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
Add an optional request override configuration.
|
AddCustomAttributesRequest.Builder |
requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
Add an optional request override configuration.
|
AddCustomAttributesRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to add custom attributes.
|
buildrequestOverrideConfigcopyapply, buildAddCustomAttributesRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool where you want to add custom attributes.
userPoolId - The user pool ID for the user pool where you want to add custom attributes.AddCustomAttributesRequest.Builder customAttributes(Collection<SchemaAttributeType> customAttributes)
An array of custom attributes, such as Mutable and Name.
customAttributes - An array of custom attributes, such as Mutable and Name.AddCustomAttributesRequest.Builder customAttributes(SchemaAttributeType... customAttributes)
An array of custom attributes, such as Mutable and Name.
customAttributes - An array of custom attributes, such as Mutable and Name.AddCustomAttributesRequest.Builder customAttributes(Consumer<SchemaAttributeType.Builder>... customAttributes)
An array of custom attributes, such as Mutable and Name.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately
and its result is passed to #customAttributes(List) .customAttributes - a consumer that will call methods on List.Builder #customAttributes(List) AddCustomAttributesRequest.Builder requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.AddCustomAttributesRequest.Builder requestOverrideConfig(Consumer<AwsRequestOverrideConfig.Builder> builderConsumer)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfig.Builder will be given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.