Interface SnapshotErrorMessage.Builder

    • Method Detail

      • snapshotIdentifier

        SnapshotErrorMessage.Builder snapshotIdentifier​(String snapshotIdentifier)

        A unique identifier for the snapshot returning the error.

        Parameters:
        snapshotIdentifier - A unique identifier for the snapshot returning the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • snapshotClusterIdentifier

        SnapshotErrorMessage.Builder snapshotClusterIdentifier​(String snapshotClusterIdentifier)

        A unique identifier for the cluster.

        Parameters:
        snapshotClusterIdentifier - A unique identifier for the cluster.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureCode

        SnapshotErrorMessage.Builder failureCode​(String failureCode)

        The failure code for the error.

        Parameters:
        failureCode - The failure code for the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • failureReason

        SnapshotErrorMessage.Builder failureReason​(String failureReason)

        The text message describing the error.

        Parameters:
        failureReason - The text message describing the error.
        Returns:
        Returns a reference to this object so that method calls can be chained together.