JavaScript is disabled on your browser.
Skip navigation links

AWS SDK for Java 1.x API Reference - 1.12.793

We announced the upcoming end-of-support for AWS SDK for Java (v1). We recommend that you migrate to AWS SDK for Java v2. For dates, additional details, and information on how to migrate, please refer to the linked announcement.
com.amazonaws.services.eventbridge.model

Class UpdateArchiveRequest

    • Constructor Detail

      • UpdateArchiveRequest

        public UpdateArchiveRequest()
    • Method Detail

      • setArchiveName

        public void setArchiveName(String archiveName)

        The name of the archive to update.

        Parameters:
        archiveName - The name of the archive to update.
      • getArchiveName

        public String getArchiveName()

        The name of the archive to update.

        Returns:
        The name of the archive to update.
      • withArchiveName

        public UpdateArchiveRequest withArchiveName(String archiveName)

        The name of the archive to update.

        Parameters:
        archiveName - The name of the archive to update.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setDescription

        public void setDescription(String description)

        The description for the archive.

        Parameters:
        description - The description for the archive.
      • getDescription

        public String getDescription()

        The description for the archive.

        Returns:
        The description for the archive.
      • withDescription

        public UpdateArchiveRequest withDescription(String description)

        The description for the archive.

        Parameters:
        description - The description for the archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setEventPattern

        public void setEventPattern(String eventPattern)

        The event pattern to use to filter events sent to the archive.

        Parameters:
        eventPattern - The event pattern to use to filter events sent to the archive.
      • getEventPattern

        public String getEventPattern()

        The event pattern to use to filter events sent to the archive.

        Returns:
        The event pattern to use to filter events sent to the archive.
      • withEventPattern

        public UpdateArchiveRequest withEventPattern(String eventPattern)

        The event pattern to use to filter events sent to the archive.

        Parameters:
        eventPattern - The event pattern to use to filter events sent to the archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • setRetentionDays

        public void setRetentionDays(Integer retentionDays)

        The number of days to retain events in the archive.

        Parameters:
        retentionDays - The number of days to retain events in the archive.
      • getRetentionDays

        public Integer getRetentionDays()

        The number of days to retain events in the archive.

        Returns:
        The number of days to retain events in the archive.
      • withRetentionDays

        public UpdateArchiveRequest withRetentionDays(Integer retentionDays)

        The number of days to retain events in the archive.

        Parameters:
        retentionDays - The number of days to retain events in the archive.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • toString

        public String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object
        Returns:
        A string representation of this object.
        See Also:
        Object.toString()
Skip navigation links

AltStyle によって変換されたページ (->オリジナル) /