public static interface ListActivitiesResponse.Builder extends SfnResponse.Builder, SdkPojo, CopyableBuilder<ListActivitiesResponse.Builder,ListActivitiesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListActivitiesResponse.Builder |
activities(ActivityListItem... activities)
The list of activities.
|
ListActivitiesResponse.Builder |
activities(Collection<ActivityListItem> activities)
The list of activities.
|
ListActivitiesResponse.Builder |
activities(Consumer<ActivityListItem.Builder>... activities)
The list of activities.
|
ListActivitiesResponse.Builder |
nextToken(String nextToken)
If
nextToken is returned, there are more results available. |
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActivitiesResponse.Builder activities(Collection<ActivityListItem> activities)
The list of activities.
activities - The list of activities.ListActivitiesResponse.Builder activities(ActivityListItem... activities)
The list of activities.
activities - The list of activities.ListActivitiesResponse.Builder activities(Consumer<ActivityListItem.Builder>... activities)
The list of activities.
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 #activities(List) .activities - a consumer that will call methods on List.Builder #activities(List) ListActivitiesResponse.Builder nextToken(String nextToken)
If nextToken is returned, there are more results available. The value of nextToken
is a unique pagination token for each page. Make the call again using the returned token to retrieve the next
page. Keep all other arguments unchanged. Each pagination token expires after 24 hours. Using an expired
pagination token will return an HTTP 400 InvalidToken error.
nextToken - If nextToken is returned, there are more results available. The value of
nextToken is a unique pagination token for each page. Make the call again using the
returned token to retrieve the next page. Keep all other arguments unchanged. Each pagination token
expires after 24 hours. Using an expired pagination token will return an HTTP 400 InvalidToken
error.Copyright © 2022. All rights reserved.