CopyableBuilder<EventSelector.Builder,EventSelector>
, SdkBuilder<EventSelector.Builder,EventSelector>
public static interface EventSelector.Builder extends CopyableBuilder<EventSelector.Builder,EventSelector>
Modifier and Type | Method | Description |
---|---|---|
EventSelector.Builder |
dataResources(Collection<DataResource> dataResources) |
CloudTrail supports logging only data events for S3 objects.
|
EventSelector.Builder |
dataResources(DataResource... dataResources) |
CloudTrail supports logging only data events for S3 objects.
|
EventSelector.Builder |
includeManagementEvents(Boolean includeManagementEvents) |
Specify if you want your event selector to include management events for your trail.
|
EventSelector.Builder |
readWriteType(String readWriteType) |
Specify if you want your trail to log read-only events, write-only events, or all.
|
EventSelector.Builder |
readWriteType(ReadWriteType readWriteType) |
Specify if you want your trail to log read-only events, write-only events, or all.
|
copy
apply, 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
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
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 logging only data events for S3 objects. You can specify up to 250 S3 buckets and object prefixes for a trail.
For more information, see Data Events in the AWS CloudTrail User Guide.
dataResources
- CloudTrail supports logging only data events for S3 objects. You can specify up to 250 S3 buckets and
object prefixes for a trail.
For more information, see Data Events in the AWS CloudTrail User Guide.
EventSelector.Builder dataResources(DataResource... dataResources)
CloudTrail supports logging only data events for S3 objects. You can specify up to 250 S3 buckets and object prefixes for a trail.
For more information, see Data Events in the AWS CloudTrail User Guide.
NOTE: This method appends the values to the existing list (if any). Use
#setDataResources(java.util.Collection)
or #withDataResources(java.util.Collection)
if you
want to override the existing values.
dataResources
- CloudTrail supports logging only data events for S3 objects. You can specify up to 250 S3 buckets and
object prefixes for a trail.
For more information, see Data Events in the AWS CloudTrail User Guide.
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.