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)
Add an optional request override configuration.
|
DescribeEventsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
DescribeEventsRequest.Builder |
platformArn(String platformArn)
The ARN of the version of the custom platform.
|
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.
|
build
overrideConfiguration
copy
applyMutation, build
DescribeEventsRequest.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 the version of the custom platform.
platformArn
- The ARN of the version of the custom platform.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
,
EventSeverity
DescribeEventsRequest.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
,
EventSeverity
DescribeEventsRequest.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)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.DescribeEventsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.