public static interface ListWorkflowTypesResponse.Builder extends SwfResponse.Builder, SdkPojo, 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(Consumer<WorkflowTypeInfo.Builder>... typeInfos)
The list of workflow type information.
|
ListWorkflowTypesResponse.Builder |
typeInfos(WorkflowTypeInfo... typeInfos)
The list of workflow type information.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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.
typeInfos - The list of workflow type information.ListWorkflowTypesResponse.Builder typeInfos(Consumer<WorkflowTypeInfo.Builder>... typeInfos)
The list of workflow type information.
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 #typeInfos(List) .typeInfos - a consumer that will call methods on List.Builder #typeInfos(List) 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 © 2019. All rights reserved.