public static interface RestoreEventDataStoreResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<RestoreEventDataStoreResponse.Builder,RestoreEventDataStoreResponse>
| Modifier and Type | Method and Description |
|---|---|
RestoreEventDataStoreResponse.Builder |
advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that were used to select events.
|
RestoreEventDataStoreResponse.Builder |
advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that were used to select events.
|
RestoreEventDataStoreResponse.Builder |
advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors that were used to select events.
|
RestoreEventDataStoreResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp of an event data store's creation.
|
RestoreEventDataStoreResponse.Builder |
eventDataStoreArn(String eventDataStoreArn)
The event data store ARN.
|
RestoreEventDataStoreResponse.Builder |
multiRegionEnabled(Boolean multiRegionEnabled)
Indicates whether the event data store is collecting events from all regions, or only from the region in
which the event data store was created.
|
RestoreEventDataStoreResponse.Builder |
name(String name)
The name of the event data store.
|
RestoreEventDataStoreResponse.Builder |
organizationEnabled(Boolean organizationEnabled)
Indicates whether an event data store is collecting logged events for an organization in Organizations.
|
RestoreEventDataStoreResponse.Builder |
retentionPeriod(Integer retentionPeriod)
The retention period, in days.
|
RestoreEventDataStoreResponse.Builder |
status(EventDataStoreStatus status)
The status of the event data store.
|
RestoreEventDataStoreResponse.Builder |
status(String status)
The status of the event data store.
|
RestoreEventDataStoreResponse.Builder |
terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates that termination protection is enabled and the event data store cannot be automatically deleted.
|
RestoreEventDataStoreResponse.Builder |
updatedTimestamp(Instant updatedTimestamp)
The timestamp that shows when an event data store was updated, if applicable.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildRestoreEventDataStoreResponse.Builder eventDataStoreArn(String eventDataStoreArn)
The event data store ARN.
eventDataStoreArn - The event data store ARN.RestoreEventDataStoreResponse.Builder name(String name)
The name of the event data store.
name - The name of the event data store.RestoreEventDataStoreResponse.Builder status(String status)
The status of the event data store.
status - The status of the event data store.EventDataStoreStatus,
EventDataStoreStatusRestoreEventDataStoreResponse.Builder status(EventDataStoreStatus status)
The status of the event data store.
status - The status of the event data store.EventDataStoreStatus,
EventDataStoreStatusRestoreEventDataStoreResponse.Builder advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that were used to select events.
advancedEventSelectors - The advanced event selectors that were used to select events.RestoreEventDataStoreResponse.Builder advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that were used to select events.
advancedEventSelectors - The advanced event selectors that were used to select events.RestoreEventDataStoreResponse.Builder advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors that were used to select events.
This is a convenience method that creates an instance of theList.Builder
avoiding the need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called
immediately and its result is passed to #advancedEventSelectors(List) .advancedEventSelectors - a consumer that will call methods on List.Builder #advancedEventSelectors(List) RestoreEventDataStoreResponse.Builder multiRegionEnabled(Boolean multiRegionEnabled)
Indicates whether the event data store is collecting events from all regions, or only from the region in which the event data store was created.
multiRegionEnabled - Indicates whether the event data store is collecting events from all regions, or only from the region
in which the event data store was created.RestoreEventDataStoreResponse.Builder organizationEnabled(Boolean organizationEnabled)
Indicates whether an event data store is collecting logged events for an organization in Organizations.
organizationEnabled - Indicates whether an event data store is collecting logged events for an organization in
Organizations.RestoreEventDataStoreResponse.Builder retentionPeriod(Integer retentionPeriod)
The retention period, in days.
retentionPeriod - The retention period, in days.RestoreEventDataStoreResponse.Builder terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates that termination protection is enabled and the event data store cannot be automatically deleted.
terminationProtectionEnabled - Indicates that termination protection is enabled and the event data store cannot be automatically
deleted.RestoreEventDataStoreResponse.Builder createdTimestamp(Instant createdTimestamp)
The timestamp of an event data store's creation.
createdTimestamp - The timestamp of an event data store's creation.RestoreEventDataStoreResponse.Builder updatedTimestamp(Instant updatedTimestamp)
The timestamp that shows when an event data store was updated, if applicable. UpdatedTimestamp
is always either the same or newer than the time shown in CreatedTimestamp.
updatedTimestamp - The timestamp that shows when an event data store was updated, if applicable.
UpdatedTimestamp is always either the same or newer than the time shown in
CreatedTimestamp.Copyright © 2022. All rights reserved.