public static interface DescribeEventsResponse.Builder extends ElasticBeanstalkResponse.Builder, CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
Modifier and Type | Method and Description |
---|---|
DescribeEventsResponse.Builder |
events(Collection<EventDescription> events)
A list of EventDescription.
|
DescribeEventsResponse.Builder |
events(EventDescription... events)
A list of EventDescription.
|
DescribeEventsResponse.Builder |
nextToken(String nextToken)
If returned, this indicates that there are more results to obtain.
|
build
copy
apply, build
DescribeEventsResponse.Builder events(Collection<EventDescription> events)
A list of EventDescription.
events
- A list of EventDescription.DescribeEventsResponse.Builder events(EventDescription... events)
A list of EventDescription.
events
- A list of EventDescription.DescribeEventsResponse.Builder nextToken(String nextToken)
If returned, this indicates that there are more results to obtain. Use this token in the next DescribeEvents call to get the next batch of events.
nextToken
- If returned, this indicates that there are more results to obtain. Use this token in the next
DescribeEvents call to get the next batch of events.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.