| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors used to select events for the data store.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors used to select events for the data store.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors used to select events for the data store.
|
static GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.builder() |
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.createdTimestamp(Instant createdTimestamp)
The timestamp of the event data store's creation.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.eventDataStoreArn(String eventDataStoreArn)
The event data store Amazon Resource Number (ARN).
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.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.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.name(String name)
The name of the event data store.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.organizationEnabled(Boolean organizationEnabled)
Indicates whether an event data store is collecting logged events for an organization in Organizations.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.retentionPeriod(Integer retentionPeriod)
The retention period of the event data store, in days.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.status(EventDataStoreStatus status)
The status of an event data store.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.status(String status)
The status of an event data store.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates that termination protection is enabled.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.toBuilder() |
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.updatedTimestamp(Instant updatedTimestamp)
Shows the time that an event data store was updated, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends GetEventDataStoreResponse.Builder> |
GetEventDataStoreResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.