public static interface GetEventDataStoreResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<GetEventDataStoreResponse.Builder,GetEventDataStoreResponse>
| Modifier and Type | Method and Description |
|---|---|
GetEventDataStoreResponse.Builder |
advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors used to select events for the data store.
|
GetEventDataStoreResponse.Builder |
advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors used to select events for the data store.
|
GetEventDataStoreResponse.Builder |
advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors used to select events for the data store.
|
GetEventDataStoreResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp of the event data store's creation.
|
GetEventDataStoreResponse.Builder |
eventDataStoreArn(String eventDataStoreArn)
The event data store Amazon Resource Number (ARN).
|
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 |
name(String name)
The name of the event data store.
|
GetEventDataStoreResponse.Builder |
organizationEnabled(Boolean organizationEnabled)
Indicates whether an event data store is collecting logged events for an organization in Organizations.
|
GetEventDataStoreResponse.Builder |
retentionPeriod(Integer retentionPeriod)
The retention period of the event data store, in days.
|
GetEventDataStoreResponse.Builder |
status(EventDataStoreStatus status)
The status of an event data store.
|
GetEventDataStoreResponse.Builder |
status(String status)
The status of an event data store.
|
GetEventDataStoreResponse.Builder |
terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates that termination protection is enabled.
|
GetEventDataStoreResponse.Builder |
updatedTimestamp(Instant updatedTimestamp)
Shows the time that an event data store was updated, if applicable.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetEventDataStoreResponse.Builder eventDataStoreArn(String eventDataStoreArn)
The event data store Amazon Resource Number (ARN).
eventDataStoreArn - The event data store Amazon Resource Number (ARN).GetEventDataStoreResponse.Builder name(String name)
The name of the event data store.
name - The name of the event data store.GetEventDataStoreResponse.Builder status(String status)
The status of an event data store. Values can be ENABLED and PENDING_DELETION.
status - The status of an event data store. Values can be ENABLED and
PENDING_DELETION.EventDataStoreStatus,
EventDataStoreStatusGetEventDataStoreResponse.Builder status(EventDataStoreStatus status)
The status of an event data store. Values can be ENABLED and PENDING_DELETION.
status - The status of an event data store. Values can be ENABLED and
PENDING_DELETION.EventDataStoreStatus,
EventDataStoreStatusGetEventDataStoreResponse.Builder advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors used to select events for the data store.
advancedEventSelectors - The advanced event selectors used to select events for the data store.GetEventDataStoreResponse.Builder advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors used to select events for the data store.
advancedEventSelectors - The advanced event selectors used to select events for the data store.GetEventDataStoreResponse.Builder advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors used to select events for the data store.
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) 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.
multiRegionEnabled - Indicates whether the event data store includes events from all regions, or only from the region in
which it was created.GetEventDataStoreResponse.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.GetEventDataStoreResponse.Builder retentionPeriod(Integer retentionPeriod)
The retention period of the event data store, in days.
retentionPeriod - The retention period of the event data store, in days.GetEventDataStoreResponse.Builder terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates that termination protection is enabled.
terminationProtectionEnabled - Indicates that termination protection is enabled.GetEventDataStoreResponse.Builder createdTimestamp(Instant createdTimestamp)
The timestamp of the event data store's creation.
createdTimestamp - The timestamp of the event data store's creation.GetEventDataStoreResponse.Builder updatedTimestamp(Instant updatedTimestamp)
Shows the time that an event data store was updated, if applicable. UpdatedTimestamp is always
either the same or newer than the time shown in CreatedTimestamp.
updatedTimestamp - Shows the time that 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.