public static interface ListActionsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListActionsResponse.Builder,ListActionsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListActionsResponse.Builder |
actionSummaries(ActionSummary... actionSummaries)
A list of actions and their properties.
|
ListActionsResponse.Builder |
actionSummaries(Collection<ActionSummary> actionSummaries)
A list of actions and their properties.
|
ListActionsResponse.Builder |
actionSummaries(Consumer<ActionSummary.Builder>... actionSummaries)
A list of actions and their properties.
|
ListActionsResponse.Builder |
nextToken(String nextToken)
A token for getting the next set of actions, if there are any.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListActionsResponse.Builder actionSummaries(Collection<ActionSummary> actionSummaries)
A list of actions and their properties.
actionSummaries - A list of actions and their properties.ListActionsResponse.Builder actionSummaries(ActionSummary... actionSummaries)
A list of actions and their properties.
actionSummaries - A list of actions and their properties.ListActionsResponse.Builder actionSummaries(Consumer<ActionSummary.Builder>... actionSummaries)
A list of actions and their properties.
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 #actionSummaries(List) .actionSummaries - a consumer that will call methods on List.Builder #actionSummaries(List) ListActionsResponse.Builder nextToken(String nextToken)
A token for getting the next set of actions, if there are any.
nextToken - A token for getting the next set of actions, if there are any.Copyright © 2020. All rights reserved.