public static interface GetEventSelectorsResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<GetEventSelectorsResponse.Builder,GetEventSelectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEventSelectorsResponse.Builder |
advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that are configured for the trail.
|
GetEventSelectorsResponse.Builder |
advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that are configured for the trail.
|
GetEventSelectorsResponse.Builder |
advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors that are configured for the trail.
|
GetEventSelectorsResponse.Builder |
eventSelectors(Collection<EventSelector> eventSelectors)
The event selectors that are configured for the trail.
|
GetEventSelectorsResponse.Builder |
eventSelectors(Consumer<EventSelector.Builder>... 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.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.GetEventSelectorsResponse.Builder eventSelectors(Consumer<EventSelector.Builder>... eventSelectors)
The event selectors that are configured for the trail.
This is a convenience method that creates an instance of theEventSelector.Builder avoiding the need to create
one manually via EventSelector.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #eventSelectors(List.
eventSelectors - a consumer that will call methods on
EventSelector.Builder#eventSelectors(java.util.Collection) GetEventSelectorsResponse.Builder advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that are configured for the trail.
advancedEventSelectors - The advanced event selectors that are configured for the trail.GetEventSelectorsResponse.Builder advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that are configured for the trail.
advancedEventSelectors - The advanced event selectors that are configured for the trail.GetEventSelectorsResponse.Builder advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors that are configured for the trail.
This is a convenience method that creates an instance of theAdvancedEventSelector.Builder avoiding the need to
create one manually via
AdvancedEventSelector.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #advancedEventSelectors(List.
advancedEventSelectors - a consumer that will call methods on
AdvancedEventSelector.Builder#advancedEventSelectors(java.util.Collection) Copyright © 2023. All rights reserved.