| Package | Description |
|---|---|
| software.amazon.awssdk.services.cloudtrail |
|
| software.amazon.awssdk.services.cloudtrail.model |
| Modifier and Type | Method and Description |
|---|---|
default UpdateEventDataStoreResponse |
CloudTrailClient.updateEventDataStore(Consumer<UpdateEventDataStoreRequest.Builder> updateEventDataStoreRequest)
Updates an event data store.
|
default CompletableFuture<UpdateEventDataStoreResponse> |
CloudTrailAsyncClient.updateEventDataStore(Consumer<UpdateEventDataStoreRequest.Builder> updateEventDataStoreRequest)
Updates an event data store.
|
| Modifier and Type | Method and Description |
|---|---|
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors used to select events for the event data store.
|
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors used to select events for the event data store.
|
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors used to select events for the event data store.
|
static UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.builder() |
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.eventDataStore(String eventDataStore)
The ARN (or the ID suffix of the ARN) of the event data store that you want to update.
|
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.kmsKeyId(String kmsKeyId)
Specifies the KMS key ID to use to encrypt the events delivered by CloudTrail.
|
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.multiRegionEnabled(Boolean multiRegionEnabled)
Specifies whether an event data store collects events from all Regions, or only from the Region in which it
was created.
|
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.name(String name)
The event data store name.
|
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.organizationEnabled(Boolean organizationEnabled)
Specifies whether an event data store collects events logged for an organization in Organizations.
|
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.retentionPeriod(Integer retentionPeriod)
The retention period of the event data store, in days.
|
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.Builder.terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates that termination protection is enabled and the event data store cannot be automatically deleted.
|
UpdateEventDataStoreRequest.Builder |
UpdateEventDataStoreRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UpdateEventDataStoreRequest.Builder> |
UpdateEventDataStoreRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.