Class DescribeEventsRequest

    • Method Detail

      • applicationName

        public final String applicationName()

        If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.

        Returns:
        If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
      • versionLabel

        public final String versionLabel()

        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.

        Returns:
        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
      • templateName

        public final String templateName()

        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.

        Returns:
        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
      • environmentId

        public final String environmentId()

        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

        Returns:
        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
      • environmentName

        public final String environmentName()

        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.

        Returns:
        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
      • platformArn

        public final String platformArn()

        The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.

        Returns:
        The ARN of a custom platform version. If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this custom platform version.
      • requestId

        public final String requestId()

        If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.

        Returns:
        If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
      • severity

        public final EventSeverity severity()

        If specified, limits the events returned from this call to include only those with the specified severity or higher.

        If the service returns an enum value that is not available in the current SDK version, severity will return EventSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from severityAsString().

        Returns:
        If specified, limits the events returned from this call to include only those with the specified severity or higher.
        See Also:
        EventSeverity
      • severityAsString

        public final String severityAsString()

        If specified, limits the events returned from this call to include only those with the specified severity or higher.

        If the service returns an enum value that is not available in the current SDK version, severity will return EventSeverity.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from severityAsString().

        Returns:
        If specified, limits the events returned from this call to include only those with the specified severity or higher.
        See Also:
        EventSeverity
      • startTime

        public final Instant startTime()

        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.

        Returns:
        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
      • endTime

        public final Instant endTime()

        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.

        Returns:
        If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.
      • maxRecords

        public final Integer maxRecords()

        Specifies the maximum number of events that can be returned, beginning with the most recent event.

        Returns:
        Specifies the maximum number of events that can be returned, beginning with the most recent event.
      • nextToken

        public final String nextToken()

        Pagination token. If specified, the events return the next batch of results.

        Returns:
        Pagination token. If specified, the events return the next batch of results.
      • toString

        public final 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