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(Consumer<EventDescription.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildDescribeEventsResponse.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 events(Consumer<EventDescription.Builder>... events)
A list of EventDescription.
This is a convenience that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #events(List) .events - a consumer that will call methods on List.Builder #events(List) 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.