public class CreateUserImportJobRequest extends AmazonWebServiceRequest implements Serializable
Creates the user import job.
| Constructor and Description |
|---|
CreateUserImportJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(Object obj) |
String |
getCloudWatchLogsRoleArn()
The role ARN for the Amazon CloudWatch Logging role for the user import
job.
|
String |
getJobName()
The job name for the user import job.
|
String |
getUserPoolId()
The user pool ID for the user pool that the users are being imported
into.
|
int |
hashCode() |
void |
setCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The role ARN for the Amazon CloudWatch Logging role for the user import
job.
|
void |
setJobName(String jobName)
The job name for the user import job.
|
void |
setUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported
into.
|
String |
toString()
Returns a string representation of this object; useful for testing and
debugging.
|
CreateUserImportJobRequest |
withCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The role ARN for the Amazon CloudWatch Logging role for the user import
job.
|
CreateUserImportJobRequest |
withJobName(String jobName)
The job name for the user import job.
|
CreateUserImportJobRequest |
withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported
into.
|
clone, copyBaseTo, getCloneRoot, getCloneSource, getGeneralProgressListener, getRequestClientOptions, getRequestCredentials, getRequestMetricCollector, setGeneralProgressListener, setRequestCredentials, setRequestMetricCollector, withGeneralProgressListener, withRequestMetricCollectorpublic String getJobName()
The job name for the user import job.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
The job name for the user import job.
public void setJobName(String jobName)
The job name for the user import job.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
jobName - The job name for the user import job.
public CreateUserImportJobRequest withJobName(String jobName)
The job name for the user import job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 128
Pattern: [\w\s+=,.@-]+
jobName - The job name for the user import job.
public String getUserPoolId()
The user pool ID for the user pool that the users are being imported into.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
The user pool ID for the user pool that the users are being imported into.
public void setUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID for the user pool that the users are being imported into.
public CreateUserImportJobRequest withUserPoolId(String userPoolId)
The user pool ID for the user pool that the users are being imported into.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 1 - 55
Pattern: [\w-]+_[0-9a-zA-Z]+
userPoolId - The user pool ID for the user pool that the users are being imported into.
public String getCloudWatchLogsRoleArn()
The role ARN for the Amazon CloudWatch Logging role for the user import job.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
The role ARN for the Amazon CloudWatch Logging role for the user import job.
public void setCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The role ARN for the Amazon CloudWatch Logging role for the user import job.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
cloudWatchLogsRoleArn - The role ARN for the Amazon CloudWatch Logging role for the user import job.
public CreateUserImportJobRequest withCloudWatchLogsRoleArn(String cloudWatchLogsRoleArn)
The role ARN for the Amazon CloudWatch Logging role for the user import job.
Returns a reference to this object so that method calls can be chained together.
Constraints:
Length: 20 - 2048
Pattern:
arn:[\w+=/,.@-]+:[\w+=/,.@-]+:([\w+=/,.@-]*)?:[0-9]+:[\w+=
/,.@-]+(:[\w+=/,.@-]+)?(:[\w+=/,.@-]+)?
cloudWatchLogsRoleArn - The role ARN for the Amazon CloudWatch Logging role for the user import job.
public String toString()
toString in class ObjectObject.toString()Copyright © 2020. All rights reserved.