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 |
marker(String marker)
The pagination token that indicates the next set of results to retrieve.
|
build
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.
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.