@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 from the last 90 to 2555 days (about three months to up to seven years). 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)
This field is being deprecated. Indicates whether the event data store is protected from termination.
terminationProtectionEnabled
- This field is being deprecated. Indicates whether the event data store is protected from termination.@Deprecated public Boolean getTerminationProtectionEnabled()
This field is being deprecated. Indicates whether the event data store is protected from termination.
@Deprecated public EventDataStore withTerminationProtectionEnabled(Boolean terminationProtectionEnabled)
This field is being deprecated. Indicates whether the event data store is protected from termination.
terminationProtectionEnabled
- This field is being deprecated. Indicates whether the event data store is protected from termination.@Deprecated public Boolean isTerminationProtectionEnabled()
This field is being deprecated. Indicates whether the event data store is protected from termination.
@Deprecated public void setStatus(String status)
This field is being deprecated. The status of an event data store. Values are ENABLED
and
PENDING_DELETION
.
status
- This field is being deprecated. The status of an event data store. Values are ENABLED
and
PENDING_DELETION
.EventDataStoreStatus
@Deprecated public String getStatus()
This field is being deprecated. The status of an event data store. Values are ENABLED
and
PENDING_DELETION
.
ENABLED
and
PENDING_DELETION
.EventDataStoreStatus
@Deprecated public EventDataStore withStatus(String status)
This field is being deprecated. The status of an event data store. Values are ENABLED
and
PENDING_DELETION
.
status
- This field is being deprecated. The status of an event data store. Values are ENABLED
and
PENDING_DELETION
.EventDataStoreStatus
@Deprecated public EventDataStore withStatus(EventDataStoreStatus status)
This field is being deprecated. The status of an event data store. Values are ENABLED
and
PENDING_DELETION
.
status
- This field is being deprecated. The status of an event data store. Values are ENABLED
and
PENDING_DELETION
.EventDataStoreStatus
@Deprecated public List<AdvancedEventSelector> getAdvancedEventSelectors()
This field is being deprecated. The advanced event selectors that were used to select events for the data store.
@Deprecated public void setAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
This field is being deprecated. The advanced event selectors that were used to select events for the data store.
advancedEventSelectors
- This field is being deprecated. The advanced event selectors that were used to select events for the data
store.@Deprecated public EventDataStore withAdvancedEventSelectors(AdvancedEventSelector... advancedEventSelectors)
This field is being deprecated. 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
- This field is being deprecated. The advanced event selectors that were used to select events for the data
store.@Deprecated public EventDataStore withAdvancedEventSelectors(Collection<AdvancedEventSelector> advancedEventSelectors)
This field is being deprecated. The advanced event selectors that were used to select events for the data store.
advancedEventSelectors
- This field is being deprecated. The advanced event selectors that were used to select events for the data
store.@Deprecated public void setMultiRegionEnabled(Boolean multiRegionEnabled)
This field is being deprecated. Indicates whether the event data store includes events from all regions, or only from the region in which it was created.
multiRegionEnabled
- This field is being deprecated. 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()
This field is being deprecated. 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)
This field is being deprecated. Indicates whether the event data store includes events from all regions, or only from the region in which it was created.
multiRegionEnabled
- This field is being deprecated. 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()
This field is being deprecated. 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)
This field is being deprecated. Indicates that an event data store is collecting logged events for an organization.
organizationEnabled
- This field is being deprecated. Indicates that an event data store is collecting logged events for an
organization.@Deprecated public Boolean getOrganizationEnabled()
This field is being deprecated. Indicates that an event data store is collecting logged events for an organization.
@Deprecated public EventDataStore withOrganizationEnabled(Boolean organizationEnabled)
This field is being deprecated. Indicates that an event data store is collecting logged events for an organization.
organizationEnabled
- This field is being deprecated. Indicates that an event data store is collecting logged events for an
organization.@Deprecated public Boolean isOrganizationEnabled()
This field is being deprecated. Indicates that an event data store is collecting logged events for an organization.
@Deprecated public void setRetentionPeriod(Integer retentionPeriod)
This field is being deprecated. The retention period, in days.
retentionPeriod
- This field is being deprecated. The retention period, in days.@Deprecated public Integer getRetentionPeriod()
This field is being deprecated. The retention period, in days.
@Deprecated public EventDataStore withRetentionPeriod(Integer retentionPeriod)
This field is being deprecated. The retention period, in days.
retentionPeriod
- This field is being deprecated. The retention period, in days.@Deprecated public void setCreatedTimestamp(Date createdTimestamp)
This field is being deprecated. The timestamp of the event data store's creation.
createdTimestamp
- This field is being deprecated. The timestamp of the event data store's creation.@Deprecated public Date getCreatedTimestamp()
This field is being deprecated. The timestamp of the event data store's creation.
@Deprecated public EventDataStore withCreatedTimestamp(Date createdTimestamp)
This field is being deprecated. The timestamp of the event data store's creation.
createdTimestamp
- This field is being deprecated. The timestamp of the event data store's creation.@Deprecated public void setUpdatedTimestamp(Date updatedTimestamp)
This field is being deprecated. 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
- This field is being deprecated. 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()
This field is being deprecated. 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)
This field is being deprecated. 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
- This field is being deprecated. 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.