Interface GetCsvHeaderResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CognitoIdentityProviderResponse.Builder,CopyableBuilder<GetCsvHeaderResponse.Builder,,GetCsvHeaderResponse> SdkBuilder<GetCsvHeaderResponse.Builder,,GetCsvHeaderResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
GetCsvHeaderResponse
public static interface GetCsvHeaderResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<GetCsvHeaderResponse.Builder,GetCsvHeaderResponse>
-
Method Summary
Modifier and TypeMethodDescriptionThe header information of the CSV file for the user import job.csvHeader(Collection<String> csvHeader) The header information of the CSV file for the user import job.userPoolId(String userPoolId) The user pool ID for the user pool that the users are to be imported into.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
userPoolId
The user pool ID for the user pool that the users are to be imported into.
- Parameters:
userPoolId- The user pool ID for the user pool that the users are to be imported into.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
csvHeader
The header information of the CSV file for the user import job.
- Parameters:
csvHeader- The header information of the CSV file for the user import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
csvHeader
The header information of the CSV file for the user import job.
- Parameters:
csvHeader- The header information of the CSV file for the user import job.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-