CopyableBuilder<ListBootstrapActionsResponse.Builder,ListBootstrapActionsResponse>
, SdkBuilder<ListBootstrapActionsResponse.Builder,ListBootstrapActionsResponse>
public static interface ListBootstrapActionsResponse.Builder extends CopyableBuilder<ListBootstrapActionsResponse.Builder,ListBootstrapActionsResponse>
Modifier and Type | Method | Description |
---|---|---|
ListBootstrapActionsResponse.Builder |
bootstrapActions(Collection<Command> bootstrapActions) |
The bootstrap actions associated with the cluster.
|
ListBootstrapActionsResponse.Builder |
bootstrapActions(Command... bootstrapActions) |
The bootstrap actions associated with the cluster.
|
ListBootstrapActionsResponse.Builder |
marker(String marker) |
The pagination token that indicates the next set of results to retrieve.
|
copy
apply, build
ListBootstrapActionsResponse.Builder bootstrapActions(Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster.
bootstrapActions
- The bootstrap actions associated with the cluster.ListBootstrapActionsResponse.Builder bootstrapActions(Command... bootstrapActions)
The bootstrap actions associated with the cluster.
NOTE: This method appends the values to the existing list (if any). Use
#setBootstrapActions(java.util.Collection)
or #withBootstrapActions(java.util.Collection)
if
you want to override the existing values.
bootstrapActions
- The bootstrap actions associated with the cluster.ListBootstrapActionsResponse.Builder marker(String marker)
The pagination token that indicates the next set of results to retrieve.
marker
- The pagination token that indicates the next set of results to retrieve.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.