public static interface AddCustomAttributesRequest.Builder extends CognitoIdentityProviderRequest.Builder, SdkPojo, 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 |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
AddCustomAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.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.
|
build
overrideConfiguration
copy
applyMutation, build
AddCustomAttributesRequest.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 overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.AddCustomAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.