Interface EventDataStore.Builder

    • Method Detail

      • eventDataStoreArn

        EventDataStore.Builder eventDataStoreArn​(String eventDataStoreArn)

        The ARN of the event data store.

        Parameters:
        eventDataStoreArn - The ARN of the event data store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • name

        EventDataStore.Builder name​(String name)

        The name of the event data store.

        Parameters:
        name - The name of the event data store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • terminationProtectionEnabled

        @Deprecated
        EventDataStore.Builder terminationProtectionEnabled​(Boolean terminationProtectionEnabled)
        Deprecated.
        TerminationProtectionEnabled is no longer returned by ListEventDataStores

        Indicates whether the event data store is protected from termination.

        Parameters:
        terminationProtectionEnabled - Indicates whether the event data store is protected from termination.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • advancedEventSelectors

        @Deprecated
        EventDataStore.Builder advancedEventSelectors​(Collection<AdvancedEventSelector> advancedEventSelectors)
        Deprecated.
        AdvancedEventSelectors is no longer returned by ListEventDataStores

        The advanced event selectors that were used to select events for the data store.

        Parameters:
        advancedEventSelectors - The advanced event selectors that were used to select events for the data store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • advancedEventSelectors

        @Deprecated
        EventDataStore.Builder advancedEventSelectors​(AdvancedEventSelector... advancedEventSelectors)
        Deprecated.
        AdvancedEventSelectors is no longer returned by ListEventDataStores

        The advanced event selectors that were used to select events for the data store.

        Parameters:
        advancedEventSelectors - The advanced event selectors that were used to select events for the data store.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • multiRegionEnabled

        @Deprecated
        EventDataStore.Builder multiRegionEnabled​(Boolean multiRegionEnabled)
        Deprecated.
        MultiRegionEnabled is no longer returned by ListEventDataStores

        Indicates whether the event data store includes events from all Regions, or only from the Region in which it was created.

        Parameters:
        multiRegionEnabled - Indicates whether the event data store includes events from all Regions, or only from the Region in which it was created.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • organizationEnabled

        @Deprecated
        EventDataStore.Builder organizationEnabled​(Boolean organizationEnabled)
        Deprecated.
        OrganizationEnabled is no longer returned by ListEventDataStores

        Indicates that an event data store is collecting logged events for an organization.

        Parameters:
        organizationEnabled - Indicates that an event data store is collecting logged events for an organization.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • retentionPeriod

        @Deprecated
        EventDataStore.Builder retentionPeriod​(Integer retentionPeriod)
        Deprecated.
        RetentionPeriod is no longer returned by ListEventDataStores

        The retention period, in days.

        Parameters:
        retentionPeriod - The retention period, in days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • createdTimestamp

        @Deprecated
        EventDataStore.Builder createdTimestamp​(Instant createdTimestamp)
        Deprecated.
        CreatedTimestamp is no longer returned by ListEventDataStores

        The timestamp of the event data store's creation.

        Parameters:
        createdTimestamp - The timestamp of the event data store's creation.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • updatedTimestamp

        @Deprecated
        EventDataStore.Builder updatedTimestamp​(Instant updatedTimestamp)
        Deprecated.
        UpdatedTimestamp is no longer returned by ListEventDataStores

        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.

        Parameters:
        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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.