Interface GetInsightSelectorsResponse.Builder

    • Method Detail

      • trailARN

        GetInsightSelectorsResponse.Builder trailARN​(String trailARN)

        The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.

        Parameters:
        trailARN - The Amazon Resource Name (ARN) of a trail for which you want to get Insights selectors.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insightSelectors

        GetInsightSelectorsResponse.Builder insightSelectors​(Collection<InsightSelector> insightSelectors)

        A JSON string that contains the Insight types you want to log on a trail or event data store. ApiErrorRateInsight and ApiCallRateInsight are supported as Insights types.

        Parameters:
        insightSelectors - A JSON string that contains the Insight types you want to log on a trail or event data store. ApiErrorRateInsight and ApiCallRateInsight are supported as Insights types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insightSelectors

        GetInsightSelectorsResponse.Builder insightSelectors​(InsightSelector... insightSelectors)

        A JSON string that contains the Insight types you want to log on a trail or event data store. ApiErrorRateInsight and ApiCallRateInsight are supported as Insights types.

        Parameters:
        insightSelectors - A JSON string that contains the Insight types you want to log on a trail or event data store. ApiErrorRateInsight and ApiCallRateInsight are supported as Insights types.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • eventDataStoreArn

        GetInsightSelectorsResponse.Builder eventDataStoreArn​(String eventDataStoreArn)

        The ARN of the source event data store that enabled Insights events.

        Parameters:
        eventDataStoreArn - The ARN of the source event data store that enabled Insights events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • insightsDestination

        GetInsightSelectorsResponse.Builder insightsDestination​(String insightsDestination)

        The ARN of the destination event data store that logs Insights events.

        Parameters:
        insightsDestination - The ARN of the destination event data store that logs Insights events.
        Returns:
        Returns a reference to this object so that method calls can be chained together.