@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateProfileJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
CreateProfileJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
CreateProfileJobRequest |
addTagsEntry(String key,
String value)
Add a single Tags entry
|
CreateProfileJobRequest |
clearTagsEntries()
Removes all the entries added into Tags.
|
CreateProfileJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
String |
getDatasetName()
The name of the dataset that this job is to act upon.
|
String |
getEncryptionKeyArn()
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
String |
getEncryptionMode()
The encryption mode for the job, which can be one of the following:
|
String |
getLogSubscription()
A value that enables or disables Amazon CloudWatch logging for the current AWS account.
|
Integer |
getMaxCapacity()
The maximum number of nodes that DataBrew can use when the job processes data.
|
Integer |
getMaxRetries()
The maximum number of times to retry the job after a job run fails.
|
String |
getName()
The name of the job to be created.
|
S3Location |
getOutputLocation() |
String |
getRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this
request.
|
Map<String,String> |
getTags()
Metadata tags to apply to this job.
|
Integer |
getTimeout()
The job's timeout in minutes.
|
int |
hashCode() |
void |
setDatasetName(String datasetName)
The name of the dataset that this job is to act upon.
|
void |
setEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
void |
setEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
|
void |
setLogSubscription(String logSubscription)
A value that enables or disables Amazon CloudWatch logging for the current AWS account.
|
void |
setMaxCapacity(Integer maxCapacity)
The maximum number of nodes that DataBrew can use when the job processes data.
|
void |
setMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
|
void |
setName(String name)
The name of the job to be created.
|
void |
setOutputLocation(S3Location outputLocation) |
void |
setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this
request.
|
void |
setTags(Map<String,String> tags)
Metadata tags to apply to this job.
|
void |
setTimeout(Integer timeout)
The job's timeout in minutes.
|
String |
toString()
Returns a string representation of this object.
|
CreateProfileJobRequest |
withDatasetName(String datasetName)
The name of the dataset that this job is to act upon.
|
CreateProfileJobRequest |
withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
CreateProfileJobRequest |
withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
CreateProfileJobRequest |
withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
|
CreateProfileJobRequest |
withLogSubscription(LogSubscription logSubscription)
A value that enables or disables Amazon CloudWatch logging for the current AWS account.
|
CreateProfileJobRequest |
withLogSubscription(String logSubscription)
A value that enables or disables Amazon CloudWatch logging for the current AWS account.
|
CreateProfileJobRequest |
withMaxCapacity(Integer maxCapacity)
The maximum number of nodes that DataBrew can use when the job processes data.
|
CreateProfileJobRequest |
withMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
|
CreateProfileJobRequest |
withName(String name)
The name of the job to be created.
|
CreateProfileJobRequest |
withOutputLocation(S3Location outputLocation) |
CreateProfileJobRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this
request.
|
CreateProfileJobRequest |
withTags(Map<String,String> tags)
Metadata tags to apply to this job.
|
CreateProfileJobRequest |
withTimeout(Integer timeout)
The job's timeout in minutes.
|
addHandlerContext, getCloneRoot, getCloneSource, getCustomQueryParameters, getCustomRequestHeaders, getGeneralProgressListener, getHandlerContext, getReadLimit, getRequestClientOptions, getRequestCredentials, getRequestCredentialsProvider, getRequestMetricCollector, getSdkClientExecutionTimeout, getSdkRequestTimeout, putCustomQueryParameter, putCustomRequestHeader, setGeneralProgressListener, setRequestCredentials, setRequestCredentialsProvider, setRequestMetricCollector, setSdkClientExecutionTimeout, setSdkRequestTimeout, withGeneralProgressListener, withRequestCredentialsProvider, withRequestMetricCollector, withSdkClientExecutionTimeout, withSdkRequestTimeoutpublic void setDatasetName(String datasetName)
The name of the dataset that this job is to act upon.
datasetName - The name of the dataset that this job is to act upon.public String getDatasetName()
The name of the dataset that this job is to act upon.
public CreateProfileJobRequest withDatasetName(String datasetName)
The name of the dataset that this job is to act upon.
datasetName - The name of the dataset that this job is to act upon.public void setEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
encryptionKeyArn - The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.public String getEncryptionKeyArn()
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
public CreateProfileJobRequest withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
encryptionKeyArn - The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.public void setEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
SSE-KMS - para>SSE-KMS - server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
encryptionMode - The encryption mode for the job, which can be one of the following:
SSE-KMS - para>SSE-KMS - server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
EncryptionModepublic String getEncryptionMode()
The encryption mode for the job, which can be one of the following:
SSE-KMS - para>SSE-KMS - server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
SSE-KMS - para>SSE-KMS - server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
EncryptionModepublic CreateProfileJobRequest withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
SSE-KMS - para>SSE-KMS - server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
encryptionMode - The encryption mode for the job, which can be one of the following:
SSE-KMS - para>SSE-KMS - server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
EncryptionModepublic CreateProfileJobRequest withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
SSE-KMS - para>SSE-KMS - server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
encryptionMode - The encryption mode for the job, which can be one of the following:
SSE-KMS - para>SSE-KMS - server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
EncryptionModepublic void setName(String name)
The name of the job to be created.
name - The name of the job to be created.public String getName()
The name of the job to be created.
public CreateProfileJobRequest withName(String name)
The name of the job to be created.
name - The name of the job to be created.public void setLogSubscription(String logSubscription)
A value that enables or disables Amazon CloudWatch logging for the current AWS account. If logging is enabled, CloudWatch writes one log stream for each job run.
logSubscription - A value that enables or disables Amazon CloudWatch logging for the current AWS account. If logging is
enabled, CloudWatch writes one log stream for each job run.LogSubscriptionpublic String getLogSubscription()
A value that enables or disables Amazon CloudWatch logging for the current AWS account. If logging is enabled, CloudWatch writes one log stream for each job run.
LogSubscriptionpublic CreateProfileJobRequest withLogSubscription(String logSubscription)
A value that enables or disables Amazon CloudWatch logging for the current AWS account. If logging is enabled, CloudWatch writes one log stream for each job run.
logSubscription - A value that enables or disables Amazon CloudWatch logging for the current AWS account. If logging is
enabled, CloudWatch writes one log stream for each job run.LogSubscriptionpublic CreateProfileJobRequest withLogSubscription(LogSubscription logSubscription)
A value that enables or disables Amazon CloudWatch logging for the current AWS account. If logging is enabled, CloudWatch writes one log stream for each job run.
logSubscription - A value that enables or disables Amazon CloudWatch logging for the current AWS account. If logging is
enabled, CloudWatch writes one log stream for each job run.LogSubscriptionpublic void setMaxCapacity(Integer maxCapacity)
The maximum number of nodes that DataBrew can use when the job processes data.
maxCapacity - The maximum number of nodes that DataBrew can use when the job processes data.public Integer getMaxCapacity()
The maximum number of nodes that DataBrew can use when the job processes data.
public CreateProfileJobRequest withMaxCapacity(Integer maxCapacity)
The maximum number of nodes that DataBrew can use when the job processes data.
maxCapacity - The maximum number of nodes that DataBrew can use when the job processes data.public void setMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
maxRetries - The maximum number of times to retry the job after a job run fails.public Integer getMaxRetries()
The maximum number of times to retry the job after a job run fails.
public CreateProfileJobRequest withMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
maxRetries - The maximum number of times to retry the job after a job run fails.public void setOutputLocation(S3Location outputLocation)
outputLocation - public S3Location getOutputLocation()
public CreateProfileJobRequest withOutputLocation(S3Location outputLocation)
outputLocation - public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.
roleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this
request.public String getRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.
public CreateProfileJobRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this request.
roleArn - The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this
request.public Map<String,String> getTags()
Metadata tags to apply to this job.
public void setTags(Map<String,String> tags)
Metadata tags to apply to this job.
tags - Metadata tags to apply to this job.public CreateProfileJobRequest withTags(Map<String,String> tags)
Metadata tags to apply to this job.
tags - Metadata tags to apply to this job.public CreateProfileJobRequest addTagsEntry(String key, String value)
public CreateProfileJobRequest clearTagsEntries()
public void setTimeout(Integer timeout)
The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of
TIMEOUT.
timeout - The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a
status of TIMEOUT.public Integer getTimeout()
The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of
TIMEOUT.
TIMEOUT.public CreateProfileJobRequest withTimeout(Integer timeout)
The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a status of
TIMEOUT.
timeout - The job's timeout in minutes. A job that attempts to run longer than this timeout period ends with a
status of TIMEOUT.public String toString()
toString in class ObjectObject.toString()public CreateProfileJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()