public static interface PutEventSelectorsResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<PutEventSelectorsResponse.Builder,PutEventSelectorsResponse>
| Modifier and Type | Method and Description |
|---|---|
PutEventSelectorsResponse.Builder |
advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
Specifies the advanced event selectors configured for your trail.
|
PutEventSelectorsResponse.Builder |
advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
Specifies the advanced event selectors configured for your trail.
|
PutEventSelectorsResponse.Builder |
advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
Specifies the advanced event selectors configured for your trail.
|
PutEventSelectorsResponse.Builder |
eventSelectors(Collection<EventSelector> eventSelectors)
Specifies the event selectors configured for your trail.
|
PutEventSelectorsResponse.Builder |
eventSelectors(Consumer<EventSelector.Builder>... 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildPutEventSelectorsResponse.Builder trailARN(String trailARN)
Specifies the ARN of the trail that was updated with event selectors. The following is the format of a trail ARN.
arn:aws:cloudtrail:us-east-2:123456789012:trail/MyTrail
trailARN - Specifies the ARN of the trail that was updated with event selectors. The following is the format of a
trail ARN.
arn:aws:cloudtrail:us-east-2: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.PutEventSelectorsResponse.Builder eventSelectors(Consumer<EventSelector.Builder>... eventSelectors)
Specifies the event selectors configured for your 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) PutEventSelectorsResponse.Builder advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
Specifies the advanced event selectors configured for your trail.
advancedEventSelectors - Specifies the advanced event selectors configured for your trail.PutEventSelectorsResponse.Builder advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
Specifies the advanced event selectors configured for your trail.
advancedEventSelectors - Specifies the advanced event selectors configured for your trail.PutEventSelectorsResponse.Builder advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
Specifies the advanced event selectors configured for your 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.