public static interface PutEventSelectorsResponse.Builder extends CloudTrailResponse.Builder, CopyableBuilder<PutEventSelectorsResponse.Builder,PutEventSelectorsResponse>
Modifier and Type | Method and Description |
---|---|
PutEventSelectorsResponse.Builder |
eventSelectors(Collection<EventSelector> eventSelectors)
Specifies the event selectors configured for your trail.
|
PutEventSelectorsResponse.Builder |
eventSelectors(EventSelector... eventSelectors)
Specifies the event selectors configured for your trail.
|
PutEventSelectorsResponse.Builder |
trailARN(String trailARN)
Specifies the ARN of the trail that was updated with event selectors.
|
build
copy
apply, build
PutEventSelectorsResponse.Builder trailARN(String trailARN)
Specifies the ARN of the trail that was updated with event selectors. The format of a trail ARN is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail
trailARN
- Specifies the ARN of the trail that was updated with event selectors. The format of a trail ARN
is:
arn:aws:cloudtrail:us-east-1:123456789012:trail/MyTrail
PutEventSelectorsResponse.Builder eventSelectors(Collection<EventSelector> eventSelectors)
Specifies the event selectors configured for your trail.
eventSelectors
- Specifies the event selectors configured for your trail.PutEventSelectorsResponse.Builder eventSelectors(EventSelector... eventSelectors)
Specifies the event selectors configured for your trail.
eventSelectors
- Specifies the event selectors configured for your trail.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.