CopyableBuilder<PutEventSelectorsResponse.Builder,PutEventSelectorsResponse>, SdkBuilder<PutEventSelectorsResponse.Builder,PutEventSelectorsResponse>public static interface PutEventSelectorsResponse.Builder extends CopyableBuilder<PutEventSelectorsResponse.Builder,PutEventSelectorsResponse>
| Modifier and Type | Method | 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.
|
copyapply, buildPutEventSelectorsResponse.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.
NOTE: This method appends the values to the existing list (if any). Use
#setEventSelectors(java.util.Collection) or #withEventSelectors(java.util.Collection) if you
want to override the existing values.
eventSelectors - Specifies the event selectors configured for your trail.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.