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 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 #actionSummaries(List.
actionSummaries - a consumer that will call methods on
ActionSummary.Builder#actionSummaries(java.util.Collection) 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 © 2023. All rights reserved.