public static interface GetEventSelectorsResponse.Builder extends CloudTrailResponse.Builder, CopyableBuilder<GetEventSelectorsResponse.Builder,GetEventSelectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEventSelectorsResponse.Builder |
eventSelectors(Collection<EventSelector> eventSelectors)
The event selectors that are configured for the trail.
|
GetEventSelectorsResponse.Builder |
eventSelectors(EventSelector... eventSelectors)
The event selectors that are configured for the trail.
|
GetEventSelectorsResponse.Builder |
trailARN(String trailARN)
The specified trail ARN that has the event selectors.
|
buildcopyapply, buildGetEventSelectorsResponse.Builder trailARN(String trailARN)
The specified trail ARN that has the event selectors.
trailARN - The specified trail ARN that has the event selectors.GetEventSelectorsResponse.Builder eventSelectors(Collection<EventSelector> eventSelectors)
The event selectors that are configured for the trail.
eventSelectors - The event selectors that are configured for the trail.GetEventSelectorsResponse.Builder eventSelectors(EventSelector... eventSelectors)
The event selectors that are configured for the trail.
eventSelectors - The event selectors that are configured for the trail.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.