public static interface DescribeEventsRequest.Builder extends ElasticBeanstalkRequest.Builder, SdkPojo, CopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
| Modifier and Type | Method and Description |
|---|---|
DescribeEventsRequest.Builder |
applicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with
this application.
|
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. |
DescribeEventsRequest.Builder |
environmentId(String environmentId)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
DescribeEventsRequest.Builder |
environmentName(String environmentName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.
|
DescribeEventsRequest.Builder |
maxRecords(Integer maxRecords)
Specifies the maximum number of events that can be returned, beginning with the most recent event.
|
DescribeEventsRequest.Builder |
nextToken(String nextToken)
Pagination token.
|
DescribeEventsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
DescribeEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
DescribeEventsRequest.Builder |
platformArn(String platformArn)
The ARN of a custom platform version.
|
DescribeEventsRequest.Builder |
requestId(String requestId)
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this
request ID.
|
DescribeEventsRequest.Builder |
severity(EventSeverity severity)
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
DescribeEventsRequest.Builder |
severity(String severity)
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
DescribeEventsRequest.Builder |
startTime(Instant startTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this
time.
|
DescribeEventsRequest.Builder |
templateName(String templateName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with
this environment configuration.
|
DescribeEventsRequest.Builder |
versionLabel(String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
application version.
|
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeEventsRequest.Builder applicationName(String applicationName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those associated with this application.
applicationName - If specified, AWS Elastic Beanstalk restricts the returned descriptions to include only those
associated with this application.DescribeEventsRequest.Builder versionLabel(String versionLabel)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this application version.
versionLabel - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
application version.DescribeEventsRequest.Builder templateName(String templateName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated with this environment configuration.
templateName - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that are associated
with this environment configuration.DescribeEventsRequest.Builder environmentId(String environmentId)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
environmentId - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.DescribeEventsRequest.Builder environmentName(String environmentName)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this environment.
environmentName - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those associated with this
environment.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.
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.DescribeEventsRequest.Builder requestId(String requestId)
If specified, AWS Elastic Beanstalk restricts the described events to include only those associated with this request ID.
requestId - If specified, AWS Elastic Beanstalk restricts the described events to include only those associated
with this request ID.DescribeEventsRequest.Builder severity(String severity)
If specified, limits the events returned from this call to include only those with the specified severity or higher.
severity - If specified, limits the events returned from this call to include only those with the specified
severity or higher.EventSeverity,
EventSeverityDescribeEventsRequest.Builder severity(EventSeverity severity)
If specified, limits the events returned from this call to include only those with the specified severity or higher.
severity - If specified, limits the events returned from this call to include only those with the specified
severity or higher.EventSeverity,
EventSeverityDescribeEventsRequest.Builder startTime(Instant startTime)
If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or after this time.
startTime - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur on or
after this time.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.
endTime - If specified, AWS Elastic Beanstalk restricts the returned descriptions to those that occur up to, but
not including, the EndTime.DescribeEventsRequest.Builder maxRecords(Integer maxRecords)
Specifies the maximum number of events that can be returned, beginning with the most recent event.
maxRecords - Specifies the maximum number of events that can be returned, beginning with the most recent event.DescribeEventsRequest.Builder nextToken(String nextToken)
Pagination token. If specified, the events return the next batch of results.
nextToken - Pagination token. If specified, the events return the next batch of results.DescribeEventsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderDescribeEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2020. All rights reserved.