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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetCsvHeaderResponse.BuildercsvHeader(String... csvHeader)A comma-separated list of attributes from your user pool.GetCsvHeaderResponse.BuildercsvHeader(Collection<String> csvHeader)A comma-separated list of attributes from your user pool.GetCsvHeaderResponse.BuilderuserPoolId(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 Detail
-
userPoolId
GetCsvHeaderResponse.Builder userPoolId(String 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
GetCsvHeaderResponse.Builder csvHeader(Collection<String> csvHeader)
A comma-separated list of attributes from your user pool. Save this output to a
.csvfile 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.csvfile 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
GetCsvHeaderResponse.Builder csvHeader(String... csvHeader)
A comma-separated list of attributes from your user pool. Save this output to a
.csvfile 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.csvfile 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.
-
-