Interface DescribeEventsRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- Buildable,- CopyableBuilder<DescribeEventsRequest.Builder,,- DescribeEventsRequest> - ElasticBeanstalkRequest.Builder,- SdkBuilder<DescribeEventsRequest.Builder,,- DescribeEventsRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- DescribeEventsRequest
- 
Method SummaryModifier and TypeMethodDescriptionapplicationName(String applicationName) If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but not including, theEndTime.environmentId(String environmentId) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.environmentName(String environmentName) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.maxRecords(Integer maxRecords) Specifies the maximum number of events that can be returned, beginning with the most recent event.Pagination token.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.platformArn(String platformArn) The ARN of a custom platform version.If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.If specified, limits the events returned from this call to include only those with the specified severity or higher.severity(EventSeverity severity) If specified, limits the events returned from this call to include only those with the specified severity or higher.If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.templateName(String templateName) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.versionLabel(String versionLabel) If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.elasticbeanstalk.model.ElasticBeanstalkRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
applicationNameIf 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.
 
- 
versionLabelIf 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.
 
- 
templateNameIf 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.
 
- 
environmentIdIf 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.
 
- 
environmentNameIf 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.
 
- 
platformArnThe 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.
 
- 
requestIdIf 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.
 
- 
severityIf 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:
 
- 
severityIf 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:
 
- 
startTimeIf 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.
 
- 
endTimeIf 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.
 
- 
maxRecordsSpecifies 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.
 
- 
nextTokenPagination 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.
 
- 
overrideConfigurationDescribeEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationDescribeEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-