CopyableBuilder<GetEventSelectorsResponse.Builder,GetEventSelectorsResponse>
, SdkBuilder<GetEventSelectorsResponse.Builder,GetEventSelectorsResponse>
public static interface GetEventSelectorsResponse.Builder extends CopyableBuilder<GetEventSelectorsResponse.Builder,GetEventSelectorsResponse>
Modifier and Type | Method | 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.
|
copy
apply, build
GetEventSelectorsResponse.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.
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
- The event selectors that are configured for the trail.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.