@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class UpdateRecipeJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
UpdateRecipeJobRequest() |
Modifier and Type | Method and Description |
---|---|
UpdateRecipeJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
List<DatabaseOutput> |
getDatabaseOutputs()
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
List<DataCatalogOutput> |
getDataCatalogOutputs()
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
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()
Enables or disables Amazon CloudWatch logging for the job.
|
Integer |
getMaxCapacity()
The maximum number of nodes that DataBrew can consume 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 update.
|
List<Output> |
getOutputs()
One or more artifacts that represent the output from running the job.
|
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.
|
int |
hashCode() |
void |
setDatabaseOutputs(Collection<DatabaseOutput> databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
void |
setDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
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)
Enables or disables Amazon CloudWatch logging for the job.
|
void |
setMaxCapacity(Integer maxCapacity)
The maximum number of nodes that DataBrew can consume 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 update.
|
void |
setOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
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.
|
String |
toString()
Returns a string representation of this object.
|
UpdateRecipeJobRequest |
withDatabaseOutputs(Collection<DatabaseOutput> databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
UpdateRecipeJobRequest |
withDatabaseOutputs(DatabaseOutput... databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job
to write into.
|
UpdateRecipeJobRequest |
withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
UpdateRecipeJobRequest |
withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
|
UpdateRecipeJobRequest |
withEncryptionKeyArn(String encryptionKeyArn)
The Amazon Resource Name (ARN) of an encryption key that is used to protect the job.
|
UpdateRecipeJobRequest |
withEncryptionMode(EncryptionMode encryptionMode)
The encryption mode for the job, which can be one of the following:
|
UpdateRecipeJobRequest |
withEncryptionMode(String encryptionMode)
The encryption mode for the job, which can be one of the following:
|
UpdateRecipeJobRequest |
withLogSubscription(LogSubscription logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateRecipeJobRequest |
withLogSubscription(String logSubscription)
Enables or disables Amazon CloudWatch logging for the job.
|
UpdateRecipeJobRequest |
withMaxCapacity(Integer maxCapacity)
The maximum number of nodes that DataBrew can consume when the job processes data.
|
UpdateRecipeJobRequest |
withMaxRetries(Integer maxRetries)
The maximum number of times to retry the job after a job run fails.
|
UpdateRecipeJobRequest |
withName(String name)
The name of the job to update.
|
UpdateRecipeJobRequest |
withOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
|
UpdateRecipeJobRequest |
withOutputs(Output... outputs)
One or more artifacts that represent the output from running the job.
|
UpdateRecipeJobRequest |
withRoleArn(String roleArn)
The Amazon Resource Name (ARN) of the Identity and Access Management (IAM) role to be assumed when DataBrew runs
the job.
|
UpdateRecipeJobRequest |
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, withSdkRequestTimeout
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 UpdateRecipeJobRequest 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 UpdateRecipeJobRequest 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 UpdateRecipeJobRequest 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 update.
name
- The name of the job to update.public String getName()
The name of the job to update.
public UpdateRecipeJobRequest withName(String name)
The name of the job to update.
name
- The name of the job to update.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 UpdateRecipeJobRequest 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 UpdateRecipeJobRequest 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 nodes that DataBrew can consume when the job processes data.
maxCapacity
- The maximum number of nodes that DataBrew can consume when the job processes data.public Integer getMaxCapacity()
The maximum number of nodes that DataBrew can consume when the job processes data.
public UpdateRecipeJobRequest withMaxCapacity(Integer maxCapacity)
The maximum number of nodes that DataBrew can consume when the job processes data.
maxCapacity
- The maximum number of nodes that DataBrew can consume 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 UpdateRecipeJobRequest 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 List<Output> getOutputs()
One or more artifacts that represent the output from running the job.
public void setOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
outputs
- One or more artifacts that represent the output from running the job.public UpdateRecipeJobRequest withOutputs(Output... outputs)
One or more artifacts that represent the output from running the job.
NOTE: This method appends the values to the existing list (if any). Use
setOutputs(java.util.Collection)
or withOutputs(java.util.Collection)
if you want to override
the existing values.
outputs
- One or more artifacts that represent the output from running the job.public UpdateRecipeJobRequest withOutputs(Collection<Output> outputs)
One or more artifacts that represent the output from running the job.
outputs
- One or more artifacts that represent the output from running the job.public List<DataCatalogOutput> getDataCatalogOutputs()
One or more artifacts that represent the Glue Data Catalog output from running the job.
public void setDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
dataCatalogOutputs
- One or more artifacts that represent the Glue Data Catalog output from running the job.public UpdateRecipeJobRequest withDataCatalogOutputs(DataCatalogOutput... dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
NOTE: This method appends the values to the existing list (if any). Use
setDataCatalogOutputs(java.util.Collection)
or withDataCatalogOutputs(java.util.Collection)
if
you want to override the existing values.
dataCatalogOutputs
- One or more artifacts that represent the Glue Data Catalog output from running the job.public UpdateRecipeJobRequest withDataCatalogOutputs(Collection<DataCatalogOutput> dataCatalogOutputs)
One or more artifacts that represent the Glue Data Catalog output from running the job.
dataCatalogOutputs
- One or more artifacts that represent the Glue Data Catalog output from running the job.public List<DatabaseOutput> getDatabaseOutputs()
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
public void setDatabaseOutputs(Collection<DatabaseOutput> databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
databaseOutputs
- Represents a list of JDBC database output objects which defines the output destination for a DataBrew
recipe job to write into.public UpdateRecipeJobRequest withDatabaseOutputs(DatabaseOutput... databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
NOTE: This method appends the values to the existing list (if any). Use
setDatabaseOutputs(java.util.Collection)
or withDatabaseOutputs(java.util.Collection)
if you
want to override the existing values.
databaseOutputs
- Represents a list of JDBC database output objects which defines the output destination for a DataBrew
recipe job to write into.public UpdateRecipeJobRequest withDatabaseOutputs(Collection<DatabaseOutput> databaseOutputs)
Represents a list of JDBC database output objects which defines the output destination for a DataBrew recipe job to write into.
databaseOutputs
- Represents a list of JDBC database output objects which defines the output destination for a DataBrew
recipe job to write into.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 UpdateRecipeJobRequest 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 UpdateRecipeJobRequest 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 Object
Object.toString()
public UpdateRecipeJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()