| Package | Description |
|---|---|
| software.amazon.awssdk.services.emr.model |
| Modifier and Type | Method and Description |
|---|---|
ListBootstrapActionsResponse.Builder |
ListBootstrapActionsResponse.Builder.bootstrapActions(Collection<Command> bootstrapActions)
The bootstrap actions associated with the cluster.
|
ListBootstrapActionsResponse.Builder |
ListBootstrapActionsResponse.Builder.bootstrapActions(Command... bootstrapActions)
The bootstrap actions associated with the cluster.
|
ListBootstrapActionsResponse.Builder |
ListBootstrapActionsResponse.Builder.bootstrapActions(Consumer<Command.Builder>... bootstrapActions)
The bootstrap actions associated with the cluster.
|
static ListBootstrapActionsResponse.Builder |
ListBootstrapActionsResponse.builder() |
ListBootstrapActionsResponse.Builder |
ListBootstrapActionsResponse.Builder.marker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
ListBootstrapActionsResponse.Builder |
ListBootstrapActionsResponse.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ListBootstrapActionsResponse.Builder> |
ListBootstrapActionsResponse.serializableBuilderClass() |
Copyright © 2022. All rights reserved.