Interface CreateExplainabilityRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,Buildable
,CopyableBuilder<CreateExplainabilityRequest.Builder,
,CreateExplainabilityRequest> ForecastRequest.Builder
,SdkBuilder<CreateExplainabilityRequest.Builder,
,CreateExplainabilityRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateExplainabilityRequest
-
Method Summary
Modifier and TypeMethodDescriptiondataSource
(Consumer<DataSource.Builder> dataSource) Sets the value of the DataSource property for this object.dataSource
(DataSource dataSource) Sets the value of the DataSource property for this object.enableVisualization
(Boolean enableVisualization) Create an Explainability visualization that is viewable within the Amazon Web Services console.endDateTime
(String endDateTime) IfTimePointGranularity
is set toSPECIFIC
, define the last time point for the Explainability.explainabilityConfig
(Consumer<ExplainabilityConfig.Builder> explainabilityConfig) The configuration settings that define the granularity of time series and time points for the Explainability.explainabilityConfig
(ExplainabilityConfig explainabilityConfig) The configuration settings that define the granularity of time series and time points for the Explainability.explainabilityName
(String explainabilityName) A unique name for the Explainability.overrideConfiguration
(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration
(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.schema
(Consumer<Schema.Builder> schema) Sets the value of the Schema property for this object.Sets the value of the Schema property for this object.startDateTime
(String startDateTime) IfTimePointGranularity
is set toSPECIFIC
, define the first point for the Explainability.tags
(Collection<Tag> tags) Optional metadata to help you categorize and organize your resources.tags
(Consumer<Tag.Builder>... tags) Optional metadata to help you categorize and organize your resources.Optional metadata to help you categorize and organize your resources.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.forecast.model.ForecastRequest.Builder
build
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Method Details
-
explainabilityName
A unique name for the Explainability.
- Parameters:
explainabilityName
- A unique name for the Explainability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
resourceArn
The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
explainabilityConfig
The configuration settings that define the granularity of time series and time points for the Explainability.
- Parameters:
explainabilityConfig
- The configuration settings that define the granularity of time series and time points for the Explainability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
explainabilityConfig
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 viaExplainabilityConfig.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toexplainabilityConfig(ExplainabilityConfig)
.- Parameters:
explainabilityConfig
- a consumer that will call methods onExplainabilityConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
dataSource
Sets the value of the DataSource property for this object.- Parameters:
dataSource
- The new value for the DataSource property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
dataSource
Sets the value of the DataSource property for this object. This is a convenience method that creates an instance of theDataSource.Builder
avoiding the need to create one manually viaDataSource.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todataSource(DataSource)
.- Parameters:
dataSource
- a consumer that will call methods onDataSource.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
schema
Sets the value of the Schema property for this object.- Parameters:
schema
- The new value for the Schema property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
schema
Sets the value of the Schema property for this object. This is a convenience method that creates an instance of theSchema.Builder
avoiding the need to create one manually viaSchema.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toschema(Schema)
.- Parameters:
schema
- a consumer that will call methods onSchema.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
enableVisualization
Create an Explainability visualization that is viewable within the Amazon Web Services console.
- Parameters:
enableVisualization
- Create an Explainability visualization that is viewable within the Amazon Web Services console.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
startDateTime
If
TimePointGranularity
is set toSPECIFIC
, define the first point for the Explainability.Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
- Parameters:
startDateTime
- IfTimePointGranularity
is set toSPECIFIC
, define the first point for the Explainability.Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDateTime
If
TimePointGranularity
is set toSPECIFIC
, define the last time point for the Explainability.Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
- Parameters:
endDateTime
- IfTimePointGranularity
is set toSPECIFIC
, define the last time point for the Explainability.Use the following timestamp format: yyyy-MM-ddTHH:mm:ss (example: 2015-01-01T20:00:00)
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
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:
orAWS:
. Values can have this prefix. If a tag value hasaws
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 ofaws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.
- Parameters:
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:
orAWS:
. Values can have this prefix. If a tag value hasaws
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 ofaws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
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:
orAWS:
. Values can have this prefix. If a tag value hasaws
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 ofaws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.
- Parameters:
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:
orAWS:
. Values can have this prefix. If a tag value hasaws
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 ofaws
do not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
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:
orAWS:
. Values can have this prefix. If a tag value hasaws
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 ofaws
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 viaTag.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed totags(List<Tag>)
.- Parameters:
tags
- a consumer that will call methods onTag.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
-
overrideConfiguration
CreateExplainabilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
overrideConfiguration
- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
CreateExplainabilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-