Interface DescribeExplainabilityResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeExplainabilityResponse.Builder,DescribeExplainabilityResponse>,ForecastResponse.Builder,SdkBuilder<DescribeExplainabilityResponse.Builder,DescribeExplainabilityResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeExplainabilityResponse
public static interface DescribeExplainabilityResponse.Builder extends ForecastResponse.Builder, SdkPojo, CopyableBuilder<DescribeExplainabilityResponse.Builder,DescribeExplainabilityResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description DescribeExplainabilityResponse.BuildercreationTime(Instant creationTime)When the Explainability resource was created.default DescribeExplainabilityResponse.BuilderdataSource(Consumer<DataSource.Builder> dataSource)Sets the value of the DataSource property for this object.DescribeExplainabilityResponse.BuilderdataSource(DataSource dataSource)Sets the value of the DataSource property for this object.DescribeExplainabilityResponse.BuilderenableVisualization(Boolean enableVisualization)Whether the visualization was enabled for the Explainability resource.DescribeExplainabilityResponse.BuilderendDateTime(String endDateTime)IfTimePointGranularityis set toSPECIFIC, the last time point in the Explainability.DescribeExplainabilityResponse.BuilderestimatedTimeRemainingInMinutes(Long estimatedTimeRemainingInMinutes)The estimated time remaining in minutes for the CreateExplainability job to complete.DescribeExplainabilityResponse.BuilderexplainabilityArn(String explainabilityArn)The Amazon Resource Name (ARN) of the Explainability.default DescribeExplainabilityResponse.BuilderexplainabilityConfig(Consumer<ExplainabilityConfig.Builder> explainabilityConfig)The configuration settings that define the granularity of time series and time points for the Explainability.DescribeExplainabilityResponse.BuilderexplainabilityConfig(ExplainabilityConfig explainabilityConfig)The configuration settings that define the granularity of time series and time points for the Explainability.DescribeExplainabilityResponse.BuilderexplainabilityName(String explainabilityName)The name of the Explainability.DescribeExplainabilityResponse.BuilderlastModificationTime(Instant lastModificationTime)The last time the resource was modified.DescribeExplainabilityResponse.Buildermessage(String message)If an error occurred, a message about the error.DescribeExplainabilityResponse.BuilderresourceArn(String resourceArn)The Amazon Resource Name (ARN) of the Predictor or Forecast used to create the Explainability resource.default DescribeExplainabilityResponse.Builderschema(Consumer<Schema.Builder> schema)Sets the value of the Schema property for this object.DescribeExplainabilityResponse.Builderschema(Schema schema)Sets the value of the Schema property for this object.DescribeExplainabilityResponse.BuilderstartDateTime(String startDateTime)IfTimePointGranularityis set toSPECIFIC, the first time point in the Explainability.DescribeExplainabilityResponse.Builderstatus(String status)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
explainabilityArn
DescribeExplainabilityResponse.Builder explainabilityArn(String 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
DescribeExplainabilityResponse.Builder explainabilityName(String 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
DescribeExplainabilityResponse.Builder resourceArn(String 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.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)
-
enableVisualization
DescribeExplainabilityResponse.Builder enableVisualization(Boolean 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
DescribeExplainabilityResponse.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 DescribeExplainabilityResponse.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
DescribeExplainabilityResponse.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 DescribeExplainabilityResponse.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)
-
startDateTime
DescribeExplainabilityResponse.Builder startDateTime(String startDateTime)
If
TimePointGranularityis set toSPECIFIC, the first time point in the Explainability.- Parameters:
startDateTime- IfTimePointGranularityis 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
DescribeExplainabilityResponse.Builder endDateTime(String endDateTime)
If
TimePointGranularityis set toSPECIFIC, the last time point in the Explainability.- Parameters:
endDateTime- IfTimePointGranularityis 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
DescribeExplainabilityResponse.Builder message(String 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
DescribeExplainabilityResponse.Builder status(String 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
DescribeExplainabilityResponse.Builder creationTime(Instant 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
DescribeExplainabilityResponse.Builder lastModificationTime(Instant 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. -
ACTIVEorCREATE_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. -
ACTIVEorCREATE_FAILED- When the job finished or failed.
-
- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-
-