static PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.builder() |
|
PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.Builder.eventDataStoreArn(String eventDataStoreArn) |
The Amazon Resource Name (ARN) of the source event data store for which you want to change or add Insights
selectors.
|
PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.Builder.insightsDestination(String insightsDestination) |
The ARN of the destination event data store that logs Insights events.
|
PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.Builder.insightSelectors(Collection<InsightSelector> insightSelectors) |
A JSON string that contains the Insights event types that you want to log on a trail or event data store.
|
PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.Builder.insightSelectors(Consumer<InsightSelector.Builder>... insightSelectors) |
A JSON string that contains the Insights event types that you want to log on a trail or event data store.
|
PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.Builder.insightSelectors(InsightSelector... insightSelectors) |
A JSON string that contains the Insights event types that you want to log on a trail or event data store.
|
PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.toBuilder() |
|
PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.Builder.trailARN(String trailARN) |
The Amazon Resource Name (ARN) of a trail for which you want to change or add Insights selectors.
|