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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBootstrapActionsResponse.BuilderbootstrapActions(Collection<Command> bootstrapActions)The bootstrap actions associated with the cluster.ListBootstrapActionsResponse.BuilderbootstrapActions(Consumer<Command.Builder>... bootstrapActions)The bootstrap actions associated with the cluster.ListBootstrapActionsResponse.BuilderbootstrapActions(Command... bootstrapActions)The bootstrap actions associated with the cluster.ListBootstrapActionsResponse.Buildermarker(String marker)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, sdkFieldNameToField, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
bootstrapActions
ListBootstrapActionsResponse.Builder bootstrapActions(Collection<Command> 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(Command... 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.Builderavoiding the need to create one manually viaCommand.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#bootstrapActions(List.) - 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:
#bootstrapActions(java.util.Collection)
-
marker
ListBootstrapActionsResponse.Builder marker(String 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.
-
-