public static interface ListBootstrapActionsResponse.Builder extends EMRResponse.Builder, CopyableBuilder<ListBootstrapActionsResponse.Builder,ListBootstrapActionsResponse>
| Modifier and Type | Method and 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 |
bootstrapActions(Consumer<Command.Builder>... 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.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildListBootstrapActionsResponse.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.
bootstrapActions - The bootstrap actions associated with the cluster.ListBootstrapActionsResponse.Builder bootstrapActions(Consumer<Command.Builder>... bootstrapActions)
The bootstrap actions associated with the cluster.
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 #bootstrapActions(List) .bootstrapActions - a consumer that will call methods on List.Builder #bootstrapActions(List) 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.