Interface ProtectedQuerySummary.Builder

All Superinterfaces:
Buildable, CopyableBuilder<ProtectedQuerySummary.Builder,ProtectedQuerySummary>, SdkBuilder<ProtectedQuerySummary.Builder,ProtectedQuerySummary>, SdkPojo
Enclosing class:
ProtectedQuerySummary

public static interface ProtectedQuerySummary.Builder extends SdkPojo, CopyableBuilder<ProtectedQuerySummary.Builder,ProtectedQuerySummary>
  • Method Details

    • 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

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