@Generated(value="com.amazonaws:aws-java-sdk-code-generator") public class EventDataStore extends Object implements Serializable, Cloneable, StructuredPojo
A storage lake of event data against which you can run complex SQL-based queries. An event data store can include events that you have logged on your account. To select events for an event data store, use advanced event selectors.
Constructor and Description |
---|
EventDataStore() |
Modifier and Type | Method and Description |
---|---|
EventDataStore |
clone() |
boolean |
equals(Object obj) |
List<AdvancedEventSelector> |
getAdvancedEventSelectors()
Deprecated.
|
Date |
getCreatedTimestamp()
Deprecated.
|
String |
getEventDataStoreArn()
The ARN of the event data store.
|
Boolean |
getMultiRegionEnabled()
Deprecated.
|
String |
getName()
The name of the event data store.
|
Boolean |
getOrganizationEnabled()
Deprecated.
|
Integer |
getRetentionPeriod()
Deprecated.
|
String |
getStatus()
Deprecated.
|
Boolean |
getTerminationProtectionEnabled()
Deprecated.
|
Date |
getUpdatedTimestamp()
Deprecated.
|
int |
hashCode() |
Boolean |
isMultiRegionEnabled()
Deprecated.
|
Boolean |
isOrganizationEnabled()
Deprecated.
|
Boolean |
isTerminationProtectionEnabled()
Deprecated.
|
void |
marshall(ProtocolMarshaller protocolMarshaller)
Marshalls this structured data using the given
ProtocolMarshaller . |
void |
setAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
Deprecated.
|
void |
setCreatedTimestamp(Date createdTimestamp)
Deprecated.
|
void |
setEventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
|
void |
setMultiRegionEnabled(Boolean multiRegionEnabled)
Deprecated.
|
void |
setName(String name)
The name of the event data store.
|
void |
setOrganizationEnabled(Boolean organizationEnabled)
Deprecated.
|
void |
setRetentionPeriod(Integer retentionPeriod)
Deprecated.
|
void |
setStatus(String status)
Deprecated.
|
void |
setTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
Deprecated.
|
void |
setUpdatedTimestamp(Date updatedTimestamp)
Deprecated.
|
String |
toString()
Returns a string representation of this object.
|
EventDataStore |
withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
Deprecated.
|
EventDataStore |
withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
Deprecated.
|
EventDataStore |
withCreatedTimestamp(Date createdTimestamp)
Deprecated.
|
EventDataStore |
withEventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
|
EventDataStore |
withMultiRegionEnabled(Boolean multiRegionEnabled)
Deprecated.
|
EventDataStore |
withName(String name)
The name of the event data store.
|
EventDataStore |
withOrganizationEnabled(Boolean organizationEnabled)
Deprecated.
|
EventDataStore |
withRetentionPeriod(Integer retentionPeriod)
Deprecated.
|
EventDataStore |
withStatus(EventDataStoreStatus status)
Deprecated.
|
EventDataStore |
withStatus(String status)
Deprecated.
|
EventDataStore |
withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
Deprecated.
|
EventDataStore |
withUpdatedTimestamp(Date updatedTimestamp)
Deprecated.
|
public void setEventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
eventDataStoreArn
- The ARN of the event data store.public String getEventDataStoreArn()
The ARN of the event data store.
public EventDataStore withEventDataStoreArn(String eventDataStoreArn)
The ARN of the event data store.
eventDataStoreArn
- The ARN of the event data store.public void setName(String name)
The name of the event data store.
name
- The name of the event data store.public String getName()
The name of the event data store.
public EventDataStore withName(String name)
The name of the event data store.
name
- The name of the event data store.@Deprecated public void setTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates whether the event data store is protected from termination.
terminationProtectionEnabled
- Indicates whether the event data store is protected from termination.@Deprecated public Boolean getTerminationProtectionEnabled()
Indicates whether the event data store is protected from termination.
@Deprecated public EventDataStore withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
Indicates whether the event data store is protected from termination.
terminationProtectionEnabled
- Indicates whether the event data store is protected from termination.@Deprecated public Boolean isTerminationProtectionEnabled()
Indicates whether the event data store is protected from termination.
@Deprecated public void setStatus(String status)
The status of an event data store.
status
- The status of an event data store.EventDataStoreStatus
@Deprecated public String getStatus()
The status of an event data store.
EventDataStoreStatus
@Deprecated public EventDataStore withStatus(String status)
The status of an event data store.
status
- The status of an event data store.EventDataStoreStatus
@Deprecated public EventDataStore withStatus(EventDataStoreStatus status)
The status of an event data store.
status
- The status of an event data store.EventDataStoreStatus
@Deprecated public List<AdvancedEventSelector> getAdvancedEventSelectors()
The advanced event selectors that were used to select events for the data store.
@Deprecated public void setAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
advancedEventSelectors
- The advanced event selectors that were used to select events for the data store.@Deprecated public EventDataStore withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
NOTE: This method appends the values to the existing list (if any). Use
setAdvancedEventSelectors(java.util.Collection)
or
withAdvancedEventSelectors(java.util.Collection)
if you want to override the existing values.
advancedEventSelectors
- The advanced event selectors that were used to select events for the data store.@Deprecated public EventDataStore withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
The advanced event selectors that were used to select events for the data store.
advancedEventSelectors
- The advanced event selectors that were used to select events for the data store.@Deprecated public void setMultiRegionEnabled(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.@Deprecated public Boolean getMultiRegionEnabled()
Indicates whether the event data store includes events from all Regions, or only from the Region in which it was created.
@Deprecated public EventDataStore withMultiRegionEnabled(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.@Deprecated public Boolean isMultiRegionEnabled()
Indicates whether the event data store includes events from all Regions, or only from the Region in which it was created.
@Deprecated public void setOrganizationEnabled(Boolean organizationEnabled)
Indicates that an event data store is collecting logged events for an organization.
organizationEnabled
- Indicates that an event data store is collecting logged events for an organization.@Deprecated public Boolean getOrganizationEnabled()
Indicates that an event data store is collecting logged events for an organization.
@Deprecated public EventDataStore withOrganizationEnabled(Boolean organizationEnabled)
Indicates that an event data store is collecting logged events for an organization.
organizationEnabled
- Indicates that an event data store is collecting logged events for an organization.@Deprecated public Boolean isOrganizationEnabled()
Indicates that an event data store is collecting logged events for an organization.
@Deprecated public void setRetentionPeriod(Integer retentionPeriod)
The retention period, in days.
retentionPeriod
- The retention period, in days.@Deprecated public Integer getRetentionPeriod()
The retention period, in days.
@Deprecated public EventDataStore withRetentionPeriod(Integer retentionPeriod)
The retention period, in days.
retentionPeriod
- The retention period, in days.@Deprecated public void setCreatedTimestamp(Date createdTimestamp)
The timestamp of the event data store's creation.
createdTimestamp
- The timestamp of the event data store's creation.@Deprecated public Date getCreatedTimestamp()
The timestamp of the event data store's creation.
@Deprecated public EventDataStore withCreatedTimestamp(Date createdTimestamp)
The timestamp of the event data store's creation.
createdTimestamp
- The timestamp of the event data store's creation.@Deprecated public void setUpdatedTimestamp(Date updatedTimestamp)
The timestamp showing 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 showing when an event data store was updated, if applicable. UpdatedTimestamp
is always either the same or newer than the time shown in CreatedTimestamp
.@Deprecated public Date getUpdatedTimestamp()
The timestamp showing when an event data store was updated, if applicable. UpdatedTimestamp
is
always either the same or newer than the time shown in CreatedTimestamp
.
UpdatedTimestamp
is always either the same or newer than the time shown in CreatedTimestamp
.@Deprecated public EventDataStore withUpdatedTimestamp(Date updatedTimestamp)
The timestamp showing 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 showing when an event data store was updated, if applicable. UpdatedTimestamp
is always either the same or newer than the time shown in CreatedTimestamp
.public String toString()
toString
in class Object
Object.toString()
public EventDataStore clone()
public void marshall(ProtocolMarshaller protocolMarshaller)
StructuredPojo
ProtocolMarshaller
.marshall
in interface StructuredPojo
protocolMarshaller
- Implementation of ProtocolMarshaller
used to marshall this object's data.