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 |
kmsKeyId(String kmsKeyId)
Specifies the KMS key ID that encrypts the events delivered by CloudTrail.
|
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.
status - The status of an event data store.EventDataStoreStatus,
EventDataStoreStatusGetEventDataStoreResponse.Builder status(EventDataStoreStatus status)
The status of an event data store.
status - The status of an event data store.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 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) 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.GetEventDataStoreResponse.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.