Interface ProtectedQuerySummary.Builder

    • Method Detail

      • id

        ProtectedQuerySummary.Builder id​(String id)

        The unique ID of the protected query.

        Parameters:
        id - The unique ID of the protected query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • membershipId

        ProtectedQuerySummary.Builder membershipId​(String membershipId)

        The unique ID for the membership that initiated the protected query.

        Parameters:
        membershipId - The unique ID for the membership that initiated the protected query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • membershipArn

        ProtectedQuerySummary.Builder membershipArn​(String membershipArn)

        The unique ARN for the membership that initiated the protected query.

        Parameters:
        membershipArn - The unique ARN for the membership that initiated the protected query.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createTime

        ProtectedQuerySummary.Builder createTime​(Instant createTime)

        The time the protected query was created.

        Parameters:
        createTime - The time the protected query was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • status

        ProtectedQuerySummary.Builder status​(String status)

        The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.

        Parameters:
        status - The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProtectedQueryStatus, ProtectedQueryStatus
      • status

        ProtectedQuerySummary.Builder status​(ProtectedQueryStatus status)

        The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.

        Parameters:
        status - The status of the protected query. Value values are `SUBMITTED`, `STARTED`, `CANCELLED`, `CANCELLING`, `FAILED`, `SUCCESS`, `TIMED_OUT`.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        ProtectedQueryStatus, ProtectedQueryStatus