| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that were used to select the events for the data store.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that were used to select the events for the data store.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors that were used to select the events for the data store.
|
static CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.builder() |
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.createdTimestamp(Instant createdTimestamp)
The timestamp that shows when the event data store was created.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.eventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.kmsKeyId(String kmsKeyId)
Specifies the KMS key ID that encrypts the events delivered by CloudTrail.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.multiRegionEnabled(Boolean multiRegionEnabled)
Indicates whether the event data store collects events from all regions, or only from the region in which it
was created.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.name(String name)
The name of the event data store.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.organizationEnabled(Boolean organizationEnabled)
Indicates whether an event data store is collecting logged events for an organization in Organizations.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.retentionPeriod(Integer retentionPeriod)
The retention period of an event data store, in days.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.status(EventDataStoreStatus status)
The status of event data store creation.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.status(String status)
The status of event data store creation.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.tagsList(Collection<Tag> tagsList)
Sets the value of the TagsList property for this object.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.tagsList(Consumer<Tag.Builder>... tagsList)
Sets the value of the TagsList property for this object.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.tagsList(Tag... tagsList)
Sets the value of the TagsList property for this object.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates whether termination protection is enabled for the event data store.
|
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.toBuilder() |
CreateEventDataStoreResponse.Builder |
CreateEventDataStoreResponse.Builder.updatedTimestamp(Instant updatedTimestamp)
The timestamp that shows when an event data store was updated, if applicable.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends CreateEventDataStoreResponse.Builder> |
CreateEventDataStoreResponse.serializableBuilderClass() |
Copyright © 2023. All rights reserved.