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, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, 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 method that creates an instance of theCommand.Builder avoiding the need to create one manually
via Command.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #bootstrapActions(List.
bootstrapActions - a consumer that will call methods on Command.Builder#bootstrapActions(java.util.Collection) 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 © 2022. All rights reserved.