CopyableBuilder<AddCustomAttributesRequest.Builder,AddCustomAttributesRequest>
, SdkBuilder<AddCustomAttributesRequest.Builder,AddCustomAttributesRequest>
public static interface AddCustomAttributesRequest.Builder extends CopyableBuilder<AddCustomAttributesRequest.Builder,AddCustomAttributesRequest>
Modifier and Type | Method | 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 |
userPoolId(String userPoolId) |
The user pool ID for the user pool where you want to add custom attributes.
|
copy
apply, 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.
NOTE: This method appends the values to the existing list (if any). Use
#setCustomAttributes(java.util.Collection)
or #withCustomAttributes(java.util.Collection)
if
you want to override the existing values.
customAttributes
- An array of custom attributes, such as Mutable and Name.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.