CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
, SdkBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
public static interface DescribeEventsResponse.Builder extends CopyableBuilder<DescribeEventsResponse.Builder,DescribeEventsResponse>
Modifier and Type | Method | 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.
|
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.
NOTE: This method appends the values to the existing list (if any). Use
#setEvents(java.util.Collection)
or #withEvents(java.util.Collection)
if you want to override
the existing values.
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.