Interface DescribeEventsRequest.Builder

    • Method Detail

      • applicationName

        DescribeEventsRequest.Builder applicationName​(String applicationName)

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

        Parameters:
        applicationName - If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • versionLabel

        DescribeEventsRequest.Builder versionLabel​(String versionLabel)

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

        Parameters:
        versionLabel - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • templateName

        DescribeEventsRequest.Builder templateName​(String templateName)

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

        Parameters:
        templateName - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentId

        DescribeEventsRequest.Builder environmentId​(String environmentId)

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

        Parameters:
        environmentId - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • environmentName

        DescribeEventsRequest.Builder environmentName​(String environmentName)

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

        Parameters:
        environmentName - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • platformArn

        DescribeEventsRequest.Builder platformArn​(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.

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

        DescribeEventsRequest.Builder requestId​(String requestId)

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

        Parameters:
        requestId - If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • severity

        DescribeEventsRequest.Builder severity​(String severity)

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

        Parameters:
        severity - If specified, limits the events returned from this call to include only those with the specified severity or higher.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventSeverity, EventSeverity
      • severity

        DescribeEventsRequest.Builder severity​(EventSeverity severity)

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

        Parameters:
        severity - If specified, limits the events returned from this call to include only those with the specified severity or higher.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        EventSeverity, EventSeverity
      • startTime

        DescribeEventsRequest.Builder startTime​(Instant startTime)

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

        Parameters:
        startTime - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • endTime

        DescribeEventsRequest.Builder endTime​(Instant endTime)

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

        Parameters:
        endTime - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, the EndTime.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • maxRecords

        DescribeEventsRequest.Builder maxRecords​(Integer maxRecords)

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

        Parameters:
        maxRecords - Specifies the maximum number of events that can be returned, beginning with the most recent event.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • nextToken

        DescribeEventsRequest.Builder nextToken​(String nextToken)

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

        Parameters:
        nextToken - Pagination token. If specified, the events return the next batch of results.
        Returns:
        Returns a reference to this object so that method calls can be chained together.