Interface ListBootstrapActionsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListBootstrapActionsResponse.Builder,
,ListBootstrapActionsResponse> EmrResponse.Builder
,SdkBuilder<ListBootstrapActionsResponse.Builder,
,ListBootstrapActionsResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
ListBootstrapActionsResponse
public static interface ListBootstrapActionsResponse.Builder
extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListBootstrapActionsResponse.Builder,ListBootstrapActionsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionbootstrapActions
(Collection<Command> bootstrapActions) The bootstrap actions associated with the cluster.bootstrapActions
(Consumer<Command.Builder>... bootstrapActions) The bootstrap actions associated with the cluster.bootstrapActions
(Command... bootstrapActions) The bootstrap actions associated with the cluster.The pagination token that indicates the next set of results to retrieve.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
bootstrapActions
The bootstrap actions associated with the cluster.
- Parameters:
bootstrapActions
- The bootstrap actions associated with the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bootstrapActions
The bootstrap actions associated with the cluster.
- Parameters:
bootstrapActions
- The bootstrap actions associated with the cluster.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
bootstrapActions
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 viaCommand.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tobootstrapActions(List<Command>)
.- Parameters:
bootstrapActions
- a consumer that will call methods onCommand.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
marker
The pagination token that indicates the next set of results to retrieve.
- Parameters:
marker
- The pagination token that indicates the next set of results to retrieve.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-