public static interface CreateExplainabilityExportRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<CreateExplainabilityExportRequest.Builder,CreateExplainabilityExportRequest>
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExplainabilityExportRequest.Builder explainabilityExportName(String explainabilityExportName)
A unique name for the Explainability export.
explainabilityExportName - A unique name for the Explainability export.CreateExplainabilityExportRequest.Builder explainabilityArn(String explainabilityArn)
The Amazon Resource Name (ARN) of the Explainability to export.
explainabilityArn - The Amazon Resource Name (ARN) of the Explainability to export.CreateExplainabilityExportRequest.Builder destination(DataDestination destination)
destination - The new value for the Destination property for this object.default CreateExplainabilityExportRequest.Builder destination(Consumer<DataDestination.Builder> destination)
DataDestination.Builder avoiding the
need to create one manually via DataDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destination(DataDestination).
destination - a consumer that will call methods on DataDestination.Builderdestination(DataDestination)CreateExplainabilityExportRequest.Builder tags(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.
CreateExplainabilityExportRequest.Builder tags(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.
CreateExplainabilityExportRequest.Builder tags(Consumer<Tag.Builder>... 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.
Tag.Builder avoiding the need to create one manually
via Tag.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #tags(List.
tags - a consumer that will call methods on
Tag.Builder#tags(java.util.Collection) CreateExplainabilityExportRequest.Builder format(String format)
The format of the exported data, CSV or PARQUET.
format - The format of the exported data, CSV or PARQUET.CreateExplainabilityExportRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateExplainabilityExportRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.