CopyableBuilder<GetCSVHeaderResponse.Builder,GetCSVHeaderResponse>
, SdkBuilder<GetCSVHeaderResponse.Builder,GetCSVHeaderResponse>
public static interface GetCSVHeaderResponse.Builder extends CopyableBuilder<GetCSVHeaderResponse.Builder,GetCSVHeaderResponse>
Modifier and Type | Method | Description |
---|---|---|
GetCSVHeaderResponse.Builder |
csvHeader(String... csvHeader) |
The header information for the .csv file for the user import job.
|
GetCSVHeaderResponse.Builder |
csvHeader(Collection<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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setCSVHeader(java.util.Collection)
or #withCSVHeader(java.util.Collection)
if you want to
override the existing values.
csvHeader
- The header information for the .csv file for the user import job.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.