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 |
kmsKeyId(String kmsKeyId)
Specifies the KMS key ID that encrypts the events delivered by CloudTrail.
|
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 theAdvancedEventSelector.Builder avoiding the need to
create one manually via
AdvancedEventSelector.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #advancedEventSelectors(List.
advancedEventSelectors - a consumer that will call methods on
AdvancedEventSelector.Builder#advancedEventSelectors(java.util.Collection) 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.RestoreEventDataStoreResponse.Builder kmsKeyId(String kmsKeyId)
Specifies the KMS key ID that encrypts the events delivered by CloudTrail. The value is a fully specified ARN to a KMS key in the following format.
arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
kmsKeyId - Specifies the KMS key ID that encrypts the events delivered by CloudTrail. The value is a fully
specified ARN to a KMS key in the following format.
arn:aws:kms:us-east-2:123456789012:key/12345678-1234-1234-1234-123456789012
Copyright © 2023. All rights reserved.