| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that are applied to the event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that are applied to the event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors that are applied to the event data store.
|
static UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.builder() |
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.createdTimestamp(Instant createdTimestamp)
The timestamp that shows when an event data store was first created.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.eventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.multiRegionEnabled(Boolean multiRegionEnabled)
Indicates whether the event data store includes events from all regions, or only from the region in which it
was created.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.name(String name)
The name of the event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.organizationEnabled(Boolean organizationEnabled)
Indicates whether an event data store is collecting logged events for an organization in Organizations.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.retentionPeriod(Integer retentionPeriod)
The retention period, in days.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.status(EventDataStoreStatus status)
The status of an event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.status(String status)
The status of an event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates whether termination protection is enabled for the event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.toBuilder() |
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.updatedTimestamp(Instant updatedTimestamp)
The timestamp that shows when the event data store was last updated.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEventDataStoreResponse.Builder> |
UpdateEventDataStoreResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.