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.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors) |
The advanced event selectors used to select events for the data store.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.billingMode(String billingMode) |
The billing mode for the event data store.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.billingMode(BillingMode billingMode) |
The billing mode for the event 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.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.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.federationStatus(String federationStatus) |
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.federationStatus(FederationStatus federationStatus) |
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.kmsKeyId(String kmsKeyId) |
Specifies the KMS key ID that encrypts the events delivered by CloudTrail.
|
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(String status) |
The status of an event data store.
|
GetEventDataStoreResponse.Builder |
GetEventDataStoreResponse.Builder.status(EventDataStoreStatus 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.
|