public static interface StopUserImportJobRequest.Builder extends CognitoIdentityProviderRequest.Builder, CopyableBuilder<StopUserImportJobRequest.Builder,StopUserImportJobRequest>
| Modifier and Type | Method and Description |
|---|---|
StopUserImportJobRequest.Builder |
jobId(String jobId)
The job ID for the user import job.
|
StopUserImportJobRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
StopUserImportJobRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
StopUserImportJobRequest.Builder |
userPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
|
buildoverrideConfigurationcopyapplyMutation, buildStopUserImportJobRequest.Builder userPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
userPoolId - The user pool ID for the user pool that the users are being imported into.StopUserImportJobRequest.Builder jobId(String jobId)
The job ID for the user import job.
jobId - The job ID for the user import job.StopUserImportJobRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderoverrideConfiguration - The override configuration.StopUserImportJobRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.BuilderoverrideConfiguration in interface AwsRequest.BuilderbuilderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.