@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class CreateExplainabilityExportRequest extends AmazonWebServiceRequest implements Serializable, Cloneable
NOOP
Constructor and Description |
---|
CreateExplainabilityExportRequest() |
Modifier and Type | Method and Description |
---|---|
CreateExplainabilityExportRequest |
clone()
Creates a shallow clone of this object for all fields except the handler context.
|
boolean |
equals(Object obj) |
DataDestination |
getDestination() |
String |
getExplainabilityArn()
The Amazon Resource Name (ARN) of the Explainability to export.
|
String |
getExplainabilityExportName()
A unique name for the Explainability export.
|
String |
getFormat()
The format of the exported data, CSV or PARQUET.
|
List<Tag> |
getTags()
Optional metadata to help you categorize and organize your resources.
|
int |
hashCode() |
void |
setDestination(DataDestination destination) |
void |
setExplainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability to export.
|
void |
setExplainabilityExportName(String explainabilityExportName)
A unique name for the Explainability export.
|
void |
setFormat(String format)
The format of the exported data, CSV or PARQUET.
|
void |
setTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources.
|
String |
toString()
Returns a string representation of this object.
|
CreateExplainabilityExportRequest |
withDestination(DataDestination destination) |
CreateExplainabilityExportRequest |
withExplainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability to export.
|
CreateExplainabilityExportRequest |
withExplainabilityExportName(String explainabilityExportName)
A unique name for the Explainability export.
|
CreateExplainabilityExportRequest |
withFormat(String format)
The format of the exported data, CSV or PARQUET.
|
CreateExplainabilityExportRequest |
withTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources.
|
CreateExplainabilityExportRequest |
withTags(Tag... tags)
Optional metadata to help you categorize and organize your resources.
|
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 setExplainabilityExportName(String explainabilityExportName)
A unique name for the Explainability export.
explainabilityExportName
- A unique name for the Explainability export.public String getExplainabilityExportName()
A unique name for the Explainability export.
public CreateExplainabilityExportRequest withExplainabilityExportName(String explainabilityExportName)
A unique name for the Explainability export.
explainabilityExportName
- A unique name for the Explainability export.public void setExplainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability to export.
explainabilityArn
- The Amazon Resource Name (ARN) of the Explainability to export.public String getExplainabilityArn()
The Amazon Resource Name (ARN) of the Explainability to export.
public CreateExplainabilityExportRequest withExplainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability to export.
explainabilityArn
- The Amazon Resource Name (ARN) of the Explainability to export.public void setDestination(DataDestination destination)
destination
- public DataDestination getDestination()
public CreateExplainabilityExportRequest withDestination(DataDestination destination)
destination
- public List<Tag> getTags()
Optional metadata to help you categorize and organize your resources. 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 resources. 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 resources. 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 CreateExplainabilityExportRequest withTags(Tag... tags)
Optional metadata to help you categorize and organize your resources. 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 resources. 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 CreateExplainabilityExportRequest withTags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources. 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 resources. 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.
format
- The format of the exported data, CSV or PARQUET.public String getFormat()
The format of the exported data, CSV or PARQUET.
public CreateExplainabilityExportRequest withFormat(String format)
The format of the exported data, CSV or PARQUET.
format
- The format of the exported data, CSV or PARQUET.public String toString()
toString
in class Object
Object.toString()
public CreateExplainabilityExportRequest clone()
AmazonWebServiceRequest
clone
in class AmazonWebServiceRequest
Object.clone()
Privacy | Site terms | Cookie preferences | © 2025, Amazon Web Services, Inc. or its affiliates. All rights reserved.