@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) |
ProfileConfiguration |
getConfiguration()
Configuration for profile jobs.
|
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:
|
JobSample |
getJobSample()
Sample configuration for Profile Jobs only.
|
String |
getLogSubscription()
Enables or disables Amazon CloudWatch logging for the job.
|
Integer |
getMaxCapacity()
The maximum number of compute 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 Identity and Access Management (IAM) role to be assumed when DataBrew runs
the job.
|
Integer |
getTimeout()
The job's timeout in minutes.
|
List<ValidationConfiguration> |
getValidationConfigurations()
List of validation configurations that are applied to the profile job.
|
int |
hashCode() |
void |
setConfiguration(ProfileConfiguration configuration)
Configuration for profile jobs.
|
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 |
setJobSample(JobSample jobSample)
Sample configuration for Profile Jobs only.
|
void |
setLogSubscription(String logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
void |
setMaxCapacity(Integer maxCapacity)
The maximum number of compute 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 Identity and Access Management (IAM) role to be assumed when DataBrew runs
the job.
|
void |
setTimeout(Integer timeout)
The job's timeout in minutes.
|
void |
setValidationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
String |
toString()
Returns a string representation of this object.
|
UpdateProfileJobRequest |
withConfiguration(ProfileConfiguration configuration)
Configuration for profile jobs.
|
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 |
withJobSample(JobSample jobSample)
Sample configuration for Profile Jobs only.
|
UpdateProfileJobRequest |
withLogSubscription(LogSubscription logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateProfileJobRequest |
withLogSubscription(String logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateProfileJobRequest |
withMaxCapacity(Integer maxCapacity)
The maximum number of compute 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 Identity and Access Management (IAM) role to be assumed when DataBrew runs
the job.
|
UpdateProfileJobRequest |
withTimeout(Integer timeout)
The job's timeout in minutes.
|
UpdateProfileJobRequest |
withValidationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
|
UpdateProfileJobRequest |
withValidationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
|
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, withSdkRequestTimeout
public void setConfiguration(ProfileConfiguration configuration)
Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
configuration
- Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of
evaluations. When configuration is null, the profile job will run with default settings.public ProfileConfiguration getConfiguration()
Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
public UpdateProfileJobRequest withConfiguration(ProfileConfiguration configuration)
Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of evaluations. When configuration is null, the profile job will run with default settings.
configuration
- Configuration for profile jobs. Used to select columns, do evaluations, and override default parameters of
evaluations. When configuration is null, the profile job will run with default settings.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 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 keys managed by KMS.
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 keys managed by KMS.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
EncryptionMode
public String getEncryptionMode()
The encryption mode for the job, which can be one of the following:
SSE-KMS
- Server-side encryption with keys managed by KMS.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
SSE-KMS
- Server-side encryption with keys managed by KMS.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
EncryptionMode
public UpdateProfileJobRequest withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
SSE-KMS
- Server-side encryption with keys managed by KMS.
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 keys managed by KMS.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
EncryptionMode
public UpdateProfileJobRequest withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
SSE-KMS
- Server-side encryption with keys managed by KMS.
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 keys managed by KMS.
SSE-S3
- Server-side encryption with keys managed by Amazon S3.
EncryptionMode
public 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)
Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
logSubscription
- Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one
log stream for each job run.LogSubscription
public String getLogSubscription()
Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
LogSubscription
public UpdateProfileJobRequest withLogSubscription(String logSubscription)
Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
logSubscription
- Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one
log stream for each job run.LogSubscription
public UpdateProfileJobRequest withLogSubscription(LogSubscription logSubscription)
Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one log stream for each job run.
logSubscription
- Enables or disables Amazon CloudWatch logging for the job. If logging is enabled, CloudWatch writes one
log stream for each job run.LogSubscription
public void setMaxCapacity(Integer maxCapacity)
The maximum number of compute nodes that DataBrew can use when the job processes data.
maxCapacity
- The maximum number of compute nodes that DataBrew can use when the job processes data.public Integer getMaxCapacity()
The maximum number of compute nodes that DataBrew can use when the job processes data.
public UpdateProfileJobRequest withMaxCapacity(Integer maxCapacity)
The maximum number of compute nodes that DataBrew can use when the job processes data.
maxCapacity
- The maximum number of compute 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 List<ValidationConfiguration> getValidationConfigurations()
List of validation configurations that are applied to the profile job.
public void setValidationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
validationConfigurations
- List of validation configurations that are applied to the profile job.public UpdateProfileJobRequest withValidationConfigurations(ValidationConfiguration... validationConfigurations)
List of validation configurations that are applied to the profile job.
NOTE: This method appends the values to the existing list (if any). Use
setValidationConfigurations(java.util.Collection)
or
withValidationConfigurations(java.util.Collection)
if you want to override the existing values.
validationConfigurations
- List of validation configurations that are applied to the profile job.public UpdateProfileJobRequest withValidationConfigurations(Collection<ValidationConfiguration> validationConfigurations)
List of validation configurations that are applied to the profile job.
validationConfigurations
- List of validation configurations that are applied to the profile job.public void setRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
roleArn
- The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when
DataBrew runs the job.public String getRoleArn()
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
public UpdateProfileJobRequest withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs the job.
roleArn
- The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when
DataBrew runs the job.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 void setJobSample(JobSample jobSample)
Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be executed. If a JobSample value is not provided for profile jobs, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.
jobSample
- Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be
executed. If a JobSample value is not provided for profile jobs, the default value will be used. The
default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.public JobSample getJobSample()
Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be executed. If a JobSample value is not provided for profile jobs, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.
public UpdateProfileJobRequest withJobSample(JobSample jobSample)
Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be executed. If a JobSample value is not provided for profile jobs, the default value will be used. The default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.
jobSample
- Sample configuration for Profile Jobs only. Determines the number of rows on which the Profile job will be
executed. If a JobSample value is not provided for profile jobs, the default value will be used. The
default value is CUSTOM_ROWS for the mode parameter and 20000 for the size parameter.public String toString()
toString
in class Object
Object.toString()
public UpdateProfileJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()