public static interface ListWorkflowTypesResponse.Builder extends software.amazon.awssdk.utils.builder.CopyableBuilder<ListWorkflowTypesResponse.Builder,ListWorkflowTypesResponse>
| Modifier and Type | Method and Description |
|---|---|
ListWorkflowTypesResponse.Builder |
nextPageToken(String nextPageToken)
If a
NextPageToken was returned by a previous call, there are more results available. |
ListWorkflowTypesResponse.Builder |
typeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.
|
ListWorkflowTypesResponse.Builder |
typeInfos(WorkflowTypeInfo... typeInfos)
The list of workflow type information.
|
copyapply, buildListWorkflowTypesResponse.Builder typeInfos(Collection<WorkflowTypeInfo> typeInfos)
The list of workflow type information.
typeInfos - The list of workflow type information.ListWorkflowTypesResponse.Builder typeInfos(WorkflowTypeInfo... typeInfos)
The list of workflow 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 - The list of workflow type information.ListWorkflowTypesResponse.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.