Interface CreateExplainabilityRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,CopyableBuilder<CreateExplainabilityRequest.Builder,CreateExplainabilityRequest>,ForecastRequest.Builder,SdkBuilder<CreateExplainabilityRequest.Builder,CreateExplainabilityRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- CreateExplainabilityRequest
public static interface CreateExplainabilityRequest.Builder extends ForecastRequest.Builder, SdkPojo, CopyableBuilder<CreateExplainabilityRequest.Builder,CreateExplainabilityRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default CreateExplainabilityRequest.BuilderdataSource(Consumer<DataSource.Builder> dataSource)Sets the value of the DataSource property for this object.CreateExplainabilityRequest.BuilderdataSource(DataSource dataSource)Sets the value of the DataSource property for this object.CreateExplainabilityRequest.BuilderenableVisualization(Boolean enableVisualization)Create an Explainability visualization that is viewable within the Amazon Web Services console.CreateExplainabilityRequest.BuilderendDateTime(String endDateTime)IfTimePointGranularityis set toSPECIFIC, define the last time point for the Explainability.default CreateExplainabilityRequest.BuilderexplainabilityConfig(Consumer<ExplainabilityConfig.Builder> explainabilityConfig)The configuration settings that define the granularity of time series and time points for the Explainability.CreateExplainabilityRequest.BuilderexplainabilityConfig(ExplainabilityConfig explainabilityConfig)The configuration settings that define the granularity of time series and time points for the Explainability.CreateExplainabilityRequest.BuilderexplainabilityName(String explainabilityName)A unique name for the Explainability.CreateExplainabilityRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)CreateExplainabilityRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)CreateExplainabilityRequest.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability.default CreateExplainabilityRequest.Builderschema(Consumer<Schema.Builder> schema)Sets the value of the Schema property for this object.CreateExplainabilityRequest.Builderschema(Schema schema)Sets the value of the Schema property for this object.CreateExplainabilityRequest.BuilderstartDateTime(String startDateTime)IfTimePointGranularityis set toSPECIFIC, define the first point for the Explainability.CreateExplainabilityRequest.Buildertags(Collection<Tag> tags)Optional metadata to help you categorize and organize your resources.CreateExplainabilityRequest.Buildertags(Consumer<Tag.Builder>... tags)Optional metadata to help you categorize and organize your resources.CreateExplainabilityRequest.Buildertags(Tag... tags)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 Detail
-
explainabilityName
CreateExplainabilityRequest.Builder explainabilityName(String 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
CreateExplainabilityRequest.Builder resourceArn(String 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
CreateExplainabilityRequest.Builder explainabilityConfig(ExplainabilityConfig 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.Builderavoiding the need to create one manually viaExplainabilityConfig.builder().When the
Consumercompletes,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:
explainabilityConfig(ExplainabilityConfig)
-
dataSource
CreateExplainabilityRequest.Builder dataSource(DataSource 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
default CreateExplainabilityRequest.Builder dataSource(Consumer<DataSource.Builder> dataSource)
Sets the value of the DataSource property for this object. This is a convenience method that creates an instance of theDataSource.Builderavoiding the need to create one manually viaDataSource.builder().When the
Consumercompletes,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:
dataSource(DataSource)
-
schema
CreateExplainabilityRequest.Builder schema(Schema 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
default CreateExplainabilityRequest.Builder schema(Consumer<Schema.Builder> schema)
Sets the value of the Schema property for this object. This is a convenience method that creates an instance of theSchema.Builderavoiding the need to create one manually viaSchema.builder().When the
Consumercompletes,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:
schema(Schema)
-
enableVisualization
CreateExplainabilityRequest.Builder enableVisualization(Boolean 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
CreateExplainabilityRequest.Builder startDateTime(String startDateTime)
If
TimePointGranularityis 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- IfTimePointGranularityis 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
CreateExplainabilityRequest.Builder endDateTime(String endDateTime)
If
TimePointGranularityis 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- IfTimePointGranularityis 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
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:orAWS:. Values can have this prefix. If a tag value hasawsas 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 ofawsdo 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 hasawsas 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 ofawsdo 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
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:orAWS:. Values can have this prefix. If a tag value hasawsas 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 ofawsdo 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 hasawsas 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 ofawsdo 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
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:orAWS:. Values can have this prefix. If a tag value hasawsas 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 ofawsdo not count against your tags per resource limit. You cannot edit or delete tag keys with this prefix.
Tag.Builderavoiding the need to create one manually viaTag.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#tags(List.) - 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:
#tags(java.util.Collection)
-
-
overrideConfiguration
CreateExplainabilityRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
CreateExplainabilityRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-