public static interface UpdateEventDataStoreResponse.Builder extends CloudTrailResponse.Builder, SdkPojo, CopyableBuilder<UpdateEventDataStoreResponse.Builder,UpdateEventDataStoreResponse>
| Modifier and Type | Method and Description |
|---|---|
UpdateEventDataStoreResponse.Builder |
advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that are applied to the event data store.
|
UpdateEventDataStoreResponse.Builder |
advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that are applied to the event data store.
|
UpdateEventDataStoreResponse.Builder |
advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors that are applied to the event data store.
|
UpdateEventDataStoreResponse.Builder |
createdTimestamp(Instant createdTimestamp)
The timestamp that shows when an event data store was first created.
|
UpdateEventDataStoreResponse.Builder |
eventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
|
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 |
name(String name)
The name of the event data store.
|
UpdateEventDataStoreResponse.Builder |
organizationEnabled(Boolean organizationEnabled)
Indicates whether an event data store is collecting logged events for an organization in Organizations.
|
UpdateEventDataStoreResponse.Builder |
retentionPeriod(Integer retentionPeriod)
The retention period, in days.
|
UpdateEventDataStoreResponse.Builder |
status(EventDataStoreStatus status)
The status of an event data store.
|
UpdateEventDataStoreResponse.Builder |
status(String status)
The status of an event data store.
|
UpdateEventDataStoreResponse.Builder |
terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates whether termination protection is enabled for the event data store.
|
UpdateEventDataStoreResponse.Builder |
updatedTimestamp(Instant updatedTimestamp)
The timestamp that shows when the event data store was last updated.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildUpdateEventDataStoreResponse.Builder eventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
eventDataStoreArn - The ARN of the event data store.UpdateEventDataStoreResponse.Builder name(String name)
The name of the event data store.
name - The name of the event data store.UpdateEventDataStoreResponse.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,
EventDataStoreStatusUpdateEventDataStoreResponse.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,
EventDataStoreStatusUpdateEventDataStoreResponse.Builder advancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that are applied to the event data store.
advancedEventSelectors - The advanced event selectors that are applied to the event data store.UpdateEventDataStoreResponse.Builder advancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that are applied to the event data store.
advancedEventSelectors - The advanced event selectors that are applied to the event data store.UpdateEventDataStoreResponse.Builder advancedEventSelectors(Consumer<AdvancedEventSelector.Builder>... advancedEventSelectors)
The advanced event selectors that are applied to the event 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) 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.
multiRegionEnabled - Indicates whether the event data store includes events from all regions, or only from the region in
which it was created.UpdateEventDataStoreResponse.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.UpdateEventDataStoreResponse.Builder retentionPeriod(Integer retentionPeriod)
The retention period, in days.
retentionPeriod - The retention period, in days.UpdateEventDataStoreResponse.Builder terminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates whether termination protection is enabled for the event data store.
terminationProtectionEnabled - Indicates whether termination protection is enabled for the event data store.UpdateEventDataStoreResponse.Builder createdTimestamp(Instant createdTimestamp)
The timestamp that shows when an event data store was first created.
createdTimestamp - The timestamp that shows when an event data store was first created.UpdateEventDataStoreResponse.Builder updatedTimestamp(Instant updatedTimestamp)
The timestamp that shows when the event data store was last updated. UpdatedTimestamp is always
either the same or newer than the time shown in CreatedTimestamp.
updatedTimestamp - The timestamp that shows when the event data store was last updated. UpdatedTimestamp is
always either the same or newer than the time shown in CreatedTimestamp.Copyright © 2022. All rights reserved.