@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateProfileJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP| Constructor and Description |
|---|
UpdateProfileJobRequest() |
| Modifier and Type | Method and Description |
|---|---|
UpdateProfileJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
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 updated.
|
S3Location |
getOutputLocation() |
String |
getRoleArn()
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this
request.
|
Integer |
getTimeout()
The job's timeout in minutes.
|
int |
hashCode() |
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 updated.
|
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 |
setTimeout(Integer timeout)
The job's timeout in minutes.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProfileJobRequest |
withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
UpdateProfileJobRequest |
withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
UpdateProfileJobRequest |
withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
|
UpdateProfileJobRequest |
withLogSubscription(LogSubscription logSubscription)
A value that enables or disables Amazon CloudWatch logging for the current AWS account.
|
UpdateProfileJobRequest |
withLogSubscription(String logSubscription)
A value that enables or disables Amazon CloudWatch logging for the current AWS account.
|
UpdateProfileJobRequest |
withMaxCapacity(Integer maxCapacity)
The maximum number of nodes that DataBrew can use when the job processes data.
|
UpdateProfileJobRequest |
withMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
|
UpdateProfileJobRequest |
withName(String name)
The name of the job to be updated.
|
UpdateProfileJobRequest |
withOutputLocation(S3Location outputLocation) |
UpdateProfileJobRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role to be assumed for this
request.
|
UpdateProfileJobRequest |
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 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 UpdateProfileJobRequest 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 - 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 - 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 - Server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
SSE-KMS - Server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
EncryptionModepublic UpdateProfileJobRequest withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
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 - Server-side encryption with AWS KMS-managed keys.
SSE-S3 - Server-side encryption with keys managed by Amazon S3.
EncryptionModepublic UpdateProfileJobRequest withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
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 - 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 updated.
name - The name of the job to be updated.public String getName()
The name of the job to be updated.
public UpdateProfileJobRequest withName(String name)
The name of the job to be updated.
name - The name of the job to be updated.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 UpdateProfileJobRequest 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 UpdateProfileJobRequest 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 UpdateProfileJobRequest 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 UpdateProfileJobRequest 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 UpdateProfileJobRequest 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 UpdateProfileJobRequest 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 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 UpdateProfileJobRequest 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 UpdateProfileJobRequest clone()
AmazonWebServiceRequestclone in class AmazonWebServiceRequestObject.clone()