Interface DescribeExplainabilityResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<DescribeExplainabilityResponse.Builder,
,DescribeExplainabilityResponse> ForecastResponse.Builder
,SdkBuilder<DescribeExplainabilityResponse.Builder,
,DescribeExplainabilityResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeExplainabilityResponse
-
Method Summary
Modifier and TypeMethodDescriptioncreationTime
(Instant creationTime) When the Explainability resource was created.dataSource
(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) Whether the visualization was enabled for the Explainability resource.endDateTime
(String endDateTime) IfTimePointGranularity
is set toSPECIFIC
, the last time point in the Explainability.estimatedTimeRemainingInMinutes
(Long estimatedTimeRemainingInMinutes) The estimated time remaining in minutes for the CreateExplainability job to complete.explainabilityArn
(String explainabilityArn) The Amazon Resource Name (ARN) of 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) The name of the Explainability.lastModificationTime
(Instant lastModificationTime) The last time the resource was modified.If an error occurred, a message about the error.resourceArn
(String resourceArn) The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.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
, the first time point in the Explainability.The status of the Explainability resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.forecast.model.ForecastResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
explainabilityArn
The Amazon Resource Name (ARN) of the Explainability.
- Parameters:
explainabilityArn
- The Amazon Resource Name (ARN) of the Explainability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
explainabilityName
The name of the Explainability.
- Parameters:
explainabilityName
- The name of 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 resource.
- Parameters:
resourceArn
- The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
explainabilityConfig
DescribeExplainabilityResponse.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 DescribeExplainabilityResponse.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:
-
enableVisualization
Whether the visualization was enabled for the Explainability resource.
- Parameters:
enableVisualization
- Whether the visualization was enabled for the Explainability resource.- 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.- 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:
-
startDateTime
If
TimePointGranularity
is set toSPECIFIC
, the first time point in the Explainability.- Parameters:
startDateTime
- IfTimePointGranularity
is set toSPECIFIC
, the first time point in the Explainability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
endDateTime
If
TimePointGranularity
is set toSPECIFIC
, the last time point in the Explainability.- Parameters:
endDateTime
- IfTimePointGranularity
is set toSPECIFIC
, the last time point in the Explainability.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
estimatedTimeRemainingInMinutes
DescribeExplainabilityResponse.Builder estimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes) The estimated time remaining in minutes for the CreateExplainability job to complete.
- Parameters:
estimatedTimeRemainingInMinutes
- The estimated time remaining in minutes for the CreateExplainability job to complete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
If an error occurred, a message about the error.
- Parameters:
message
- If an error occurred, a message about the error.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
The status of the Explainability resource. States include:
-
ACTIVE
-
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
-
CREATE_STOPPING
,CREATE_STOPPED
-
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
- Parameters:
status
- The status of the Explainability resource. States include:-
ACTIVE
-
CREATE_PENDING
,CREATE_IN_PROGRESS
,CREATE_FAILED
-
CREATE_STOPPING
,CREATE_STOPPED
-
DELETE_PENDING
,DELETE_IN_PROGRESS
,DELETE_FAILED
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
creationTime
When the Explainability resource was created.
- Parameters:
creationTime
- When the Explainability resource was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModificationTime
The last time the resource was modified. The timestamp depends on the status of the job:
-
CREATE_PENDING
- TheCreationTime
. -
CREATE_IN_PROGRESS
- The current timestamp. -
CREATE_STOPPING
- The current timestamp. -
CREATE_STOPPED
- When the job stopped. -
ACTIVE
orCREATE_FAILED
- When the job finished or failed.
- Parameters:
lastModificationTime
- The last time the resource was modified. The timestamp depends on the status of the job:-
CREATE_PENDING
- TheCreationTime
. -
CREATE_IN_PROGRESS
- The current timestamp. -
CREATE_STOPPING
- The current timestamp. -
CREATE_STOPPED
- When the job stopped. -
ACTIVE
orCREATE_FAILED
- When the job finished or failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-