CopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
, SdkBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
public static interface DescribeEventsRequest.Builder extends CopyableBuilder<DescribeEventsRequest.Builder,DescribeEventsRequest>
Modifier and Type | Method | 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(Date 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 |
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(String severity) |
If specified, limits the events returned from this call to include only those with the specified severity or
higher.
|
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 |
startTime(Date 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.
|
copy
apply, 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
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
DescribeEventsRequest.Builder startTime(Date 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(Date 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.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.