Interface GetCsvHeaderResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CognitoIdentityProviderResponse.Builder
,CopyableBuilder<GetCsvHeaderResponse.Builder,
,GetCsvHeaderResponse> SdkBuilder<GetCsvHeaderResponse.Builder,
,GetCsvHeaderResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetCsvHeaderResponse
@Mutable
@NotThreadSafe
public static interface GetCsvHeaderResponse.Builder
extends CognitoIdentityProviderResponse.Builder, SdkPojo, CopyableBuilder<GetCsvHeaderResponse.Builder,GetCsvHeaderResponse>
-
Method Summary
Modifier and TypeMethodDescriptionA comma-separated list of attributes from your user pool.csvHeader
(Collection<String> csvHeader) A comma-separated list of attributes from your user pool.userPoolId
(String userPoolId) The ID of the requested user pool.Methods inherited from interface software.amazon.awssdk.services.cognitoidentityprovider.model.CognitoIdentityProviderResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
userPoolId
The ID of the requested user pool.
- Parameters:
userPoolId
- The ID of the requested user pool.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
csvHeader
A comma-separated list of attributes from your user pool. Save this output to a
.csv
file and populate it with the attributes of the users that you want to import.- Parameters:
csvHeader
- A comma-separated list of attributes from your user pool. Save this output to a.csv
file and populate it with the attributes of the users that you want to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
csvHeader
A comma-separated list of attributes from your user pool. Save this output to a
.csv
file and populate it with the attributes of the users that you want to import.- Parameters:
csvHeader
- A comma-separated list of attributes from your user pool. Save this output to a.csv
file and populate it with the attributes of the users that you want to import.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-