public static interface ListBootstrapActionsResponse.Builder extends EmrResponse.Builder, SdkPojo, 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.
|
build, responseMetadata, responseMetadata
sdkHttpResponse, sdkHttpResponse
copy
applyMutation, 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 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 © 2019. All rights reserved.