Interface DescribeEventsRequest.Builder

All Superinterfaces:
AwsRequest.Builder, Buildable, CopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>, ElasticBeanstalkRequest.Builder, SdkBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>, SdkPojo, SdkRequest.Builder
Enclosing class:
DescribeEventsRequest

public static interface DescribeEventsRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
  • Method Details

    • 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

      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:
    • 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:
    • 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

      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.
    • overrideConfiguration

      DescribeEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      overrideConfiguration - The override configuration.
      Returns:
      This object for method chaining.
    • overrideConfiguration

      Description copied from interface: AwsRequest.Builder
      Add an optional request override configuration.
      Specified by:
      overrideConfiguration in interface AwsRequest.Builder
      Parameters:
      builderConsumer - A Consumer to which an empty AwsRequestOverrideConfiguration.Builder will be given.
      Returns:
      This object for method chaining.