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) |
AddCustomAttributesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
AddCustomAttributesRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool where you want to add custom attributes.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theSchemaAttributeType.Builder avoiding
the need to create one manually via
SchemaAttributeType.builder().
When the Consumer completes,
SdkBuilder.build() is
called immediately and its result is passed to #customAttributes(List.
customAttributes - a consumer that will call methods on
SchemaAttributeType.Builder#customAttributes(java.util.Collection) AddCustomAttributesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderAddCustomAttributesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.