public static interface GetCsvHeaderResponse.Builder extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<GetCsvHeaderResponse.Builder,GetCsvHeaderResponse>
Modifier and Type | Method and Description |
---|---|
GetCsvHeaderResponse.Builder |
csvHeader(Collection<String> csvHeader)
The header information for the .csv file for the user import job.
|
GetCsvHeaderResponse.Builder |
csvHeader(String... csvHeader)
The header information for the .csv file for the user import job.
|
GetCsvHeaderResponse.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool that the users are to be imported into.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
equalsBySdkFields, sdkFields
copy
applyMutation, build
GetCsvHeaderResponse.Builder userPoolId(String userPoolId)
The user pool ID for the user pool that the users are to be imported into.
userPoolId
- The user pool ID for the user pool that the users are to be imported into.GetCsvHeaderResponse.Builder csvHeader(Collection<String> csvHeader)
The header information for the .csv file for the user import job.
csvHeader
- The header information for the .csv file for the user import job.GetCsvHeaderResponse.Builder csvHeader(String... csvHeader)
The header information for the .csv file for the user import job.
csvHeader
- The header information for the .csv file for the user import job.Copyright © 2020. All rights reserved.