Interface EbsStatusDetails.Builder

    • Method Detail

      • impairedSince

        EbsStatusDetails.Builder impairedSince​(Instant impairedSince)

        The date and time when the attached EBS status check failed.

        Parameters:
        impairedSince - The date and time when the attached EBS status check failed.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        EbsStatusDetails.Builder name​(String name)

        The name of the attached EBS status check.

        Parameters:
        name - The name of the attached EBS status check.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusName, StatusName
      • name

        EbsStatusDetails.Builder name​(StatusName name)

        The name of the attached EBS status check.

        Parameters:
        name - The name of the attached EBS status check.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusName, StatusName
      • status

        EbsStatusDetails.Builder status​(String status)

        The result of the attached EBS status check.

        Parameters:
        status - The result of the attached EBS status check.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusType, StatusType
      • status

        EbsStatusDetails.Builder status​(StatusType status)

        The result of the attached EBS status check.

        Parameters:
        status - The result of the attached EBS status check.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        StatusType, StatusType