public static interface CreateExplainabilityRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<CreateExplainabilityRequest.Builder,CreateExplainabilityRequest>
| Modifier and Type | Method and Description |
|---|---|
default CreateExplainabilityRequest.Builder |
dataSource(Consumer<DataSource.Builder> dataSource)
Sets the value of the DataSource property for this object.
|
CreateExplainabilityRequest.Builder |
dataSource(DataSource dataSource)
Sets the value of the DataSource property for this object.
|
CreateExplainabilityRequest.Builder |
enableVisualization(Boolean enableVisualization)
Create an Explainability visualization that is viewable within the Amazon Web Services console.
|
CreateExplainabilityRequest.Builder |
endDateTime(String endDateTime)
If
TimePointGranularity is set to SPECIFIC, define the last time point for the
Explainability. |
default CreateExplainabilityRequest.Builder |
explainabilityConfig(Consumer<ExplainabilityConfig.Builder> explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
|
CreateExplainabilityRequest.Builder |
explainabilityConfig(ExplainabilityConfig explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
|
CreateExplainabilityRequest.Builder |
explainabilityName(String explainabilityName)
A unique name for the Explainability.
|
CreateExplainabilityRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
CreateExplainabilityRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
CreateExplainabilityRequest.Builder |
resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
|
default CreateExplainabilityRequest.Builder |
schema(Consumer<Schema.Builder> schema)
Sets the value of the Schema property for this object.
|
CreateExplainabilityRequest.Builder |
schema(Schema schema)
Sets the value of the Schema property for this object.
|
CreateExplainabilityRequest.Builder |
startDateTime(String startDateTime)
If
TimePointGranularity is set to SPECIFIC, define the first point for the
Explainability. |
CreateExplainabilityRequest.Builder |
tags(Collection<Tag> tags)
Optional metadata to help you categorize and organize your resources.
|
CreateExplainabilityRequest.Builder |
tags(Consumer<Tag.Builder>... tags)
Optional metadata to help you categorize and organize your resources.
|
CreateExplainabilityRequest.Builder |
tags(Tag... tags)
Optional metadata to help you categorize and organize your resources.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildCreateExplainabilityRequest.Builder explainabilityName(String explainabilityName)
A unique name for the Explainability.
explainabilityName - A unique name for the Explainability.CreateExplainabilityRequest.Builder resourceArn(String resourceArn)
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
resourceArn - The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.CreateExplainabilityRequest.Builder explainabilityConfig(ExplainabilityConfig explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
explainabilityConfig - The configuration settings that define the granularity of time series and time points for the
Explainability.default CreateExplainabilityRequest.Builder explainabilityConfig(Consumer<ExplainabilityConfig.Builder> explainabilityConfig)
The configuration settings that define the granularity of time series and time points for the Explainability.
This is a convenience method that creates an instance of theExplainabilityConfig.Builder avoiding
the need to create one manually via ExplainabilityConfig.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and
its result is passed to explainabilityConfig(ExplainabilityConfig).
explainabilityConfig - a consumer that will call methods on ExplainabilityConfig.BuilderexplainabilityConfig(ExplainabilityConfig)CreateExplainabilityRequest.Builder dataSource(DataSource dataSource)
dataSource - The new value for the DataSource property for this object.default CreateExplainabilityRequest.Builder dataSource(Consumer<DataSource.Builder> dataSource)
DataSource.Builder avoiding the need to
create one manually via DataSource.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result
is passed to dataSource(DataSource).
dataSource - a consumer that will call methods on DataSource.BuilderdataSource(DataSource)CreateExplainabilityRequest.Builder schema(Schema schema)
schema - The new value for the Schema property for this object.default CreateExplainabilityRequest.Builder schema(Consumer<Schema.Builder> schema)
Schema.Builder avoiding the need to
create one manually via Schema.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to schema(Schema).
schema - a consumer that will call methods on Schema.Builderschema(Schema)CreateExplainabilityRequest.Builder enableVisualization(Boolean enableVisualization)
Create an Explainability visualization that is viewable within the Amazon Web Services console.
enableVisualization - Create an Explainability visualization that is viewable within the Amazon Web Services console.CreateExplainabilityRequest.Builder startDateTime(String startDateTime)
If TimePointGranularity is set to SPECIFIC, define the first point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
startDateTime - If TimePointGranularity is set to SPECIFIC, define the first point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
CreateExplainabilityRequest.Builder endDateTime(String endDateTime)
If TimePointGranularity is set to SPECIFIC, define the last time point for the
Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
endDateTime - If TimePointGranularity is set to SPECIFIC, define the last time point for
the Explainability.
Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
CreateExplainabilityRequest.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.
CreateExplainabilityRequest.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.
CreateExplainabilityRequest.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) CreateExplainabilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderCreateExplainabilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.