| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
static PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.builder() |
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.
|
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.
|
PutInsightSelectorsResponse.Builder |
PutInsightSelectorsResponse.Builder.insightSelectors(InsightSelector... insightSelectors)
A JSON string that contains the Insights event types that you want to log on a trail.
|
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.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PutInsightSelectorsResponse.Builder> |
PutInsightSelectorsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.