public static interface ExplainabilityExportSummary.Builder extends SdkPojo, CopyableBuilder<ExplainabilityExportSummary.Builder,ExplainabilityExportSummary>
| Modifier and Type | Method and Description |
|---|---|
ExplainabilityExportSummary.Builder |
creationTime(Instant creationTime)
When the Explainability was created.
|
default ExplainabilityExportSummary.Builder |
destination(Consumer<DataDestination.Builder> destination)
Sets the value of the Destination property for this object.
|
ExplainabilityExportSummary.Builder |
destination(DataDestination destination)
Sets the value of the Destination property for this object.
|
ExplainabilityExportSummary.Builder |
explainabilityExportArn(String explainabilityExportArn)
The Amazon Resource Name (ARN) of the Explainability export.
|
ExplainabilityExportSummary.Builder |
explainabilityExportName(String explainabilityExportName)
The name of the Explainability export
|
ExplainabilityExportSummary.Builder |
lastModificationTime(Instant lastModificationTime)
The last time the resource was modified.
|
ExplainabilityExportSummary.Builder |
message(String message)
Information about any errors that may have occurred during the Explainability export.
|
ExplainabilityExportSummary.Builder |
status(String status)
The status of the Explainability export.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildExplainabilityExportSummary.Builder explainabilityExportArn(String explainabilityExportArn)
The Amazon Resource Name (ARN) of the Explainability export.
explainabilityExportArn - The Amazon Resource Name (ARN) of the Explainability export.ExplainabilityExportSummary.Builder explainabilityExportName(String explainabilityExportName)
The name of the Explainability export
explainabilityExportName - The name of the Explainability exportExplainabilityExportSummary.Builder destination(DataDestination destination)
destination - The new value for the Destination property for this object.default ExplainabilityExportSummary.Builder destination(Consumer<DataDestination.Builder> destination)
DataDestination.Builder avoiding the
need to create one manually via DataDestination.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to destination(DataDestination).
destination - a consumer that will call methods on DataDestination.Builderdestination(DataDestination)ExplainabilityExportSummary.Builder status(String status)
The status of the Explainability export. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
status - The status of the Explainability export. States include:
ACTIVE
CREATE_PENDING, CREATE_IN_PROGRESS, CREATE_FAILED
CREATE_STOPPING, CREATE_STOPPED
DELETE_PENDING, DELETE_IN_PROGRESS, DELETE_FAILED
ExplainabilityExportSummary.Builder message(String message)
Information about any errors that may have occurred during the Explainability export.
message - Information about any errors that may have occurred during the Explainability export.ExplainabilityExportSummary.Builder creationTime(Instant creationTime)
When the Explainability was created.
creationTime - When the Explainability was created.ExplainabilityExportSummary.Builder lastModificationTime(Instant lastModificationTime)
The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
lastModificationTime - The last time the resource was modified. The timestamp depends on the status of the job:
CREATE_PENDING - The CreationTime.
CREATE_IN_PROGRESS - The current timestamp.
CREATE_STOPPING - The current timestamp.
CREATE_STOPPED - When the job stopped.
ACTIVE or CREATE_FAILED - When the job finished or failed.
Copyright © 2023. All rights reserved.