public static interface ListActionsResponse.Builder extends FisResponse.Builder, SdkPojo, CopyableBuilder<ListActionsResponse.Builder,ListActionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListActionsResponse.Builder |
actions(ActionSummary... actions)
The actions.
|
ListActionsResponse.Builder |
actions(Collection<ActionSummary> actions)
The actions.
|
ListActionsResponse.Builder |
actions(Consumer<ActionSummary.Builder>... actions)
The actions.
|
ListActionsResponse.Builder |
nextToken(String nextToken)
The token to use to retrieve the next page of results.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActionsResponse.Builder actions(Collection<ActionSummary> actions)
The actions.
actions - The actions.ListActionsResponse.Builder actions(ActionSummary... actions)
The actions.
actions - The actions.ListActionsResponse.Builder actions(Consumer<ActionSummary.Builder>... actions)
The actions.
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 #actions(List) .actions - a consumer that will call methods on List.Builder #actions(List) ListActionsResponse.Builder nextToken(String nextToken)
The token to use to retrieve the next page of results. This value is null when there are no more
results to return.
nextToken - The token to use to retrieve the next page of results. This value is null when there are
no more results to return.Copyright © 2021. All rights reserved.