public static interface GetCSVHeaderResponse.Builder extends CognitoIdentityProviderResponse.Builder, 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
sdkHttpResponse, sdkHttpResponse
copy
apply, 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 © 2017 Amazon Web Services, Inc. All Rights Reserved.