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 method that creates an instance of theActionSummary.Builder avoiding the need to create one
manually via ActionSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #actions(List.
actions - a consumer that will call methods on
ActionSummary.Builder#actions(java.util.Collection) 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 © 2023. All rights reserved.