@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreatePredictorBacktestExportJobRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreatePredictorBacktestExportJobRequest() |
Modifier and Type | Method and Description |
---|---|
CreatePredictorBacktestExportJobRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DataDestination |
getDestination() |
String |
getFormat()
The format of the exported data, CSV or PARQUET.
|
String |
getPredictorArn()
The Amazon Resource Name (ARN) of the predictor that you want to export.
|
String |
getPredictorBacktestExportJobName()
The name for the backtest export job.
|
List<Tag> |
getTags()
Optional metadata to help you categorize and organize your backtests.
|
int |
hashCode() |
void |
setDestination(DataDestination destination) |
void |
setFormat(String format)
The format of the exported data, CSV or PARQUET.
|
void |
setPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor that you want to export.
|
void |
setPredictorBacktestExportJobName(String predictorBacktestExportJobName)
The name for the backtest export job.
|
void |
setTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your backtests.
|
String |
toString()
Returns a string representation of this object.
|
CreatePredictorBacktestExportJobRequest |
withDestination(DataDestination destination) |
CreatePredictorBacktestExportJobRequest |
withFormat(String format)
The format of the exported data, CSV or PARQUET.
|
CreatePredictorBacktestExportJobRequest |
withPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor that you want to export.
|
CreatePredictorBacktestExportJobRequest |
withPredictorBacktestExportJobName(String predictorBacktestExportJobName)
The name for the backtest export job.
|
CreatePredictorBacktestExportJobRequest |
withTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your backtests.
|
CreatePredictorBacktestExportJobRequest |
withTags(Tag... tags)
Optional metadata to help you categorize and organize your backtests.
|
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 CreatePredictorBacktestExportJobRequest()
public void setPredictorBacktestExportJobName(String predictorBacktestExportJobName)
The name for the backtest export job.
predictorBacktestExportJobName
- The name for the backtest export job.public String getPredictorBacktestExportJobName()
The name for the backtest export job.
public CreatePredictorBacktestExportJobRequest withPredictorBacktestExportJobName(String predictorBacktestExportJobName)
The name for the backtest export job.
predictorBacktestExportJobName
- The name for the backtest export job.public void setPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor that you want to export.
predictorArn
- The Amazon Resource Name (ARN) of the predictor that you want to export.public String getPredictorArn()
The Amazon Resource Name (ARN) of the predictor that you want to export.
public CreatePredictorBacktestExportJobRequest withPredictorArn(String predictorArn)
The Amazon Resource Name (ARN) of the predictor that you want to export.
predictorArn
- The Amazon Resource Name (ARN) of the predictor that you want to export.public void setDestination(DataDestination destination)
destination
- public DataDestination getDestination()
public CreatePredictorBacktestExportJobRequest withDestination(DataDestination destination)
destination
- public List<Tag> getTags()
Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
. Values
can have this prefix. If a tag value has aws
as its prefix but the key does not, Forecast considers
it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of
aws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this
prefix.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
.
Values can have this prefix. If a tag value has aws
as its prefix but the key does not,
Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the
key prefix of aws
do not count against your tags per resource limit. You cannot edit or
delete tag keys with this prefix.
public void setTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
. Values
can have this prefix. If a tag value has aws
as its prefix but the key does not, Forecast considers
it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of
aws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this
prefix.
tags
- Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an
optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
.
Values can have this prefix. If a tag value has aws
as its prefix but the key does not,
Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key
prefix of aws
do not count against your tags per resource limit. You cannot edit or delete
tag keys with this prefix.
public CreatePredictorBacktestExportJobRequest withTags(Tag... tags)
Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
. Values
can have this prefix. If a tag value has aws
as its prefix but the key does not, Forecast considers
it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of
aws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this
prefix.
NOTE: This method appends the values to the existing list (if any). Use
setTags(java.util.Collection)
or withTags(java.util.Collection)
if you want to override the
existing values.
tags
- Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an
optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
.
Values can have this prefix. If a tag value has aws
as its prefix but the key does not,
Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key
prefix of aws
do not count against your tags per resource limit. You cannot edit or delete
tag keys with this prefix.
public CreatePredictorBacktestExportJobRequest withTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
. Values
can have this prefix. If a tag value has aws
as its prefix but the key does not, Forecast considers
it to be a user tag and will count against the limit of 50 tags. Tags with only the key prefix of
aws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this
prefix.
tags
- Optional metadata to help you categorize and organize your backtests. Each tag consists of a key and an
optional value, both of which you define. Tag keys and values are case sensitive.
The following restrictions apply to tags:
For each resource, each tag key must be unique and each tag key must have one value.
Maximum number of tags per resource: 50.
Maximum key length: 128 Unicode characters in UTF-8.
Maximum value length: 256 Unicode characters in UTF-8.
Accepted characters: all letters and numbers, spaces representable in UTF-8, and + - = . _ : / @. If your tagging schema is used across other services and resources, the character restrictions of those services also apply.
Key prefixes cannot include any upper or lowercase combination of aws:
or AWS:
.
Values can have this prefix. If a tag value has aws
as its prefix but the key does not,
Forecast considers it to be a user tag and will count against the limit of 50 tags. Tags with only the key
prefix of aws
do not count against your tags per resource limit. You cannot edit or delete
tag keys with this prefix.
public void setFormat(String format)
The format of the exported data, CSV or PARQUET. The default value is CSV.
format
- The format of the exported data, CSV or PARQUET. The default value is CSV.public String getFormat()
The format of the exported data, CSV or PARQUET. The default value is CSV.
public CreatePredictorBacktestExportJobRequest withFormat(String format)
The format of the exported data, CSV or PARQUET. The default value is CSV.
format
- The format of the exported data, CSV or PARQUET. The default value is CSV.public String toString()
toString
in class Object
Object.toString()
public CreatePredictorBacktestExportJobRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()