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.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors) |
The advanced event selectors that are applied to the event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.billingMode(String billingMode) |
The billing mode for the event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.billingMode(BillingMode billingMode) |
The billing mode for 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.federationRoleArn(String federationRoleArn) |
If Lake query federation is enabled, provides the ARN of the federation role used to access the resources for
the federated event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.federationStatus(String federationStatus) |
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.federationStatus(FederationStatus federationStatus) |
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.kmsKeyId(String kmsKeyId) |
Specifies the KMS key ID that encrypts the events delivered by CloudTrail.
|
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(String status) |
The status of an event data store.
|
UpdateEventDataStoreResponse.Builder |
UpdateEventDataStoreResponse.Builder.status(EventDataStoreStatus 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.
|