public static interface EventSelector.Builder extends SdkPojo, CopyableBuilder<EventSelector.Builder,EventSelector>
Modifier and Type | Method and Description |
---|---|
EventSelector.Builder |
dataResources(Collection<DataResource> dataResources)
CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions.
|
EventSelector.Builder |
dataResources(Consumer<DataResource.Builder>... dataResources)
CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions.
|
EventSelector.Builder |
dataResources(DataResource... dataResources)
CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions.
|
EventSelector.Builder |
includeManagementEvents(Boolean includeManagementEvents)
Specify if you want your event selector to include management events for your trail.
|
EventSelector.Builder |
readWriteType(ReadWriteType readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all.
|
EventSelector.Builder |
readWriteType(String readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all.
|
copy
applyMutation, build
EventSelector.Builder readWriteType(String readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2
GetConsoleOutput
is a read-only API operation and RunInstances
is a write-only API
operation.
By default, the value is All
.
readWriteType
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the
EC2 GetConsoleOutput
is a read-only API operation and RunInstances
is a
write-only API operation.
By default, the value is All
.
ReadWriteType
,
ReadWriteType
EventSelector.Builder readWriteType(ReadWriteType readWriteType)
Specify if you want your trail to log read-only events, write-only events, or all. For example, the EC2
GetConsoleOutput
is a read-only API operation and RunInstances
is a write-only API
operation.
By default, the value is All
.
readWriteType
- Specify if you want your trail to log read-only events, write-only events, or all. For example, the
EC2 GetConsoleOutput
is a read-only API operation and RunInstances
is a
write-only API operation.
By default, the value is All
.
ReadWriteType
,
ReadWriteType
EventSelector.Builder includeManagementEvents(Boolean includeManagementEvents)
Specify if you want your event selector to include management events for your trail.
For more information, see Management Events in the AWS CloudTrail User Guide.
By default, the value is true
.
includeManagementEvents
- Specify if you want your event selector to include management events for your trail.
For more information, see Management Events in the AWS CloudTrail User Guide.
By default, the value is true
.
EventSelector.Builder dataResources(Collection<DataResource> dataResources)
CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.
For more information, see Data Events and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.
dataResources
- CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify
up to 250 resources for an individual event selector, but the total number of data resources cannot
exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource
logging for all data events.
For more information, see Data Events and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.
EventSelector.Builder dataResources(DataResource... dataResources)
CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.
For more information, see Data Events and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.
dataResources
- CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify
up to 250 resources for an individual event selector, but the total number of data resources cannot
exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource
logging for all data events.
For more information, see Data Events and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.
EventSelector.Builder dataResources(Consumer<DataResource.Builder>... dataResources)
CloudTrail supports data event logging for Amazon S3 objects and AWS Lambda functions. You can specify up to 250 resources for an individual event selector, but the total number of data resources cannot exceed 250 across all event selectors in a trail. This limit does not apply if you configure resource logging for all data events.
For more information, see Data Events and Limits in AWS CloudTrail in the AWS CloudTrail User Guide.
This is a convenience that creates an instance of theList.Builder
avoiding the need to
create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and its
result is passed to #dataResources(List)
.dataResources
- a consumer that will call methods on List.Builder
#dataResources(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.