Interface DescribeExplainabilityExportResponse.Builder

    • Method Detail

      • explainabilityExportArn

        DescribeExplainabilityExportResponse.Builder explainabilityExportArn​(String explainabilityExportArn)

        The Amazon Resource Name (ARN) of the Explainability export.

        Parameters:
        explainabilityExportArn - The Amazon Resource Name (ARN) of the Explainability export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • explainabilityExportName

        DescribeExplainabilityExportResponse.Builder explainabilityExportName​(String explainabilityExportName)

        The name of the Explainability export.

        Parameters:
        explainabilityExportName - The name of the Explainability export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • explainabilityArn

        DescribeExplainabilityExportResponse.Builder explainabilityArn​(String explainabilityArn)

        The Amazon Resource Name (ARN) of the Explainability export.

        Parameters:
        explainabilityArn - The Amazon Resource Name (ARN) of the Explainability export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • destination

        DescribeExplainabilityExportResponse.Builder destination​(DataDestination destination)
        Sets the value of the Destination property for this object.
        Parameters:
        destination - The new value for the Destination property for this object.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • message

        DescribeExplainabilityExportResponse.Builder message​(String message)

        Information about any errors that occurred during the export.

        Parameters:
        message - Information about any errors that occurred during the export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        DescribeExplainabilityExportResponse.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

        Parameters:
        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

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • creationTime

        DescribeExplainabilityExportResponse.Builder creationTime​(Instant creationTime)

        When the Explainability export was created.

        Parameters:
        creationTime - When the Explainability export was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • lastModificationTime

        DescribeExplainabilityExportResponse.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.

        Parameters:
        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.

        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • format

        DescribeExplainabilityExportResponse.Builder format​(String format)

        The format of the exported data, CSV or PARQUET.

        Parameters:
        format - The format of the exported data, CSV or PARQUET.
        Returns:
        Returns a reference to this object so that method calls can be chained together.