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.
      • receiverConfigurations

        ProtectedQuerySummary.Builder receiverConfigurations​(Collection<ReceiverConfiguration> receiverConfigurations)

        The receiver configuration.

        Parameters:
        receiverConfigurations - The receiver configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • receiverConfigurations

        ProtectedQuerySummary.Builder receiverConfigurations​(ReceiverConfiguration... receiverConfigurations)

        The receiver configuration.

        Parameters:
        receiverConfigurations - The receiver configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.