Interface ListActionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListActionsResponse.Builder,ListActionsResponse>,SageMakerResponse.Builder,SdkBuilder<ListActionsResponse.Builder,ListActionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListActionsResponse
public static interface ListActionsResponse.Builder extends SageMakerResponse.Builder, SdkPojo, CopyableBuilder<ListActionsResponse.Builder,ListActionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListActionsResponse.BuilderactionSummaries(Collection<ActionSummary> actionSummaries)A list of actions and their properties.ListActionsResponse.BuilderactionSummaries(Consumer<ActionSummary.Builder>... actionSummaries)A list of actions and their properties.ListActionsResponse.BuilderactionSummaries(ActionSummary... actionSummaries)A list of actions and their properties.ListActionsResponse.BuildernextToken(String nextToken)A token for getting the next set of actions, if there are any.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.services.sagemaker.model.SageMakerResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
actionSummaries
ListActionsResponse.Builder actionSummaries(Collection<ActionSummary> actionSummaries)
A list of actions and their properties.
- Parameters:
actionSummaries- A list of actions and their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionSummaries
ListActionsResponse.Builder actionSummaries(ActionSummary... actionSummaries)
A list of actions and their properties.
- Parameters:
actionSummaries- A list of actions and their properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionSummaries
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.Builderavoiding the need to create one manually viaActionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#actionSummaries(List.) - Parameters:
actionSummaries- a consumer that will call methods onActionSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#actionSummaries(java.util.Collection)
-
nextToken
ListActionsResponse.Builder nextToken(String nextToken)
A token for getting the next set of actions, if there are any.
- Parameters:
nextToken- A token for getting the next set of actions, if there are any.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-