public static interface ListActivityTypesResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListActivityTypesResponse.Builder,ListActivityTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListActivityTypesResponse.Builder |
nextPageToken(String nextPageToken)
If a
NextPageToken was returned by a previous call, there are more results available. |
ListActivityTypesResponse.Builder |
typeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.
|
ListActivityTypesResponse.Builder |
typeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
|
copyapply, buildListActivityTypesResponse.Builder typeInfos(Collection<ActivityTypeInfo> typeInfos)
List of activity type information.
typeInfos - List of activity type information.ListActivityTypesResponse.Builder typeInfos(ActivityTypeInfo... typeInfos)
List of activity type information.
NOTE: This method appends the values to the existing list (if any). Use
#setTypeInfos(java.util.Collection) or #withTypeInfos(java.util.Collection) if you want to
override the existing values.
typeInfos - List of activity type information.ListActivityTypesResponse.Builder nextPageToken(String nextPageToken)
If a NextPageToken was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in nextPageToken
. Keep all other arguments unchanged.
The configured maximumPageSize determines how many results can be returned in a single call.
nextPageToken - If a NextPageToken was returned by a previous call, there are more results available. To
retrieve the next page of results, make the call again using the returned token in
nextPageToken. Keep all other arguments unchanged.
The configured maximumPageSize determines how many results can be returned in a single
call.
Copyright © 2017. All rights reserved.