Interface DescribeQueryRequest.Builder

    • Method Detail

      • eventDataStore

        @Deprecated
        DescribeQueryRequest.Builder eventDataStore​(String eventDataStore)
        Deprecated.
        EventDataStore is no longer required by DescribeQueryRequest

        The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.

        Parameters:
        eventDataStore - The ARN (or the ID suffix of the ARN) of an event data store on which the specified query was run.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryId

        DescribeQueryRequest.Builder queryId​(String queryId)

        The query ID.

        Parameters:
        queryId - The query ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • queryAlias

        DescribeQueryRequest.Builder queryAlias​(String queryAlias)

        The alias that identifies a query template.

        Parameters:
        queryAlias - The alias that identifies a query template.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • refreshId

        DescribeQueryRequest.Builder refreshId​(String refreshId)

        The ID of the dashboard refresh.

        Parameters:
        refreshId - The ID of the dashboard refresh.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventDataStoreOwnerAccountId

        DescribeQueryRequest.Builder eventDataStoreOwnerAccountId​(String eventDataStoreOwnerAccountId)

        The account ID of the event data store owner.

        Parameters:
        eventDataStoreOwnerAccountId - The account ID of the event data store owner.
        Returns:
        Returns a reference to this object so that method calls can be chained together.