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(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 |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to add custom attributes.
|
buildrequestOverrideConfig, requestOverrideConfigcopyapply, 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 requestOverrideConfig(AwsRequestOverrideConfig awsRequestOverrideConfig)
AwsRequest.BuilderrequestOverrideConfig in interface AwsRequest.BuilderawsRequestOverrideConfig - The override configuration.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.