Interface ListNotebookExecutionsResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,CopyableBuilder<ListNotebookExecutionsResponse.Builder,,ListNotebookExecutionsResponse> EmrResponse.Builder,SdkBuilder<ListNotebookExecutionsResponse.Builder,,ListNotebookExecutionsResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 ListNotebookExecutionsResponse
@Mutable
@NotThreadSafe
public static interface ListNotebookExecutionsResponse.Builder
extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListNotebookExecutionsResponse.Builder,ListNotebookExecutionsResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionA pagination token that a subsequentListNotebookExecutionscan use to determine the next set of results to retrieve.notebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions) A list of notebook executions.notebookExecutions(Consumer<NotebookExecutionSummary.Builder>... notebookExecutions) A list of notebook executions.notebookExecutions(NotebookExecutionSummary... notebookExecutions) A list of notebook executions.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.emr.model.EmrResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
notebookExecutions
ListNotebookExecutionsResponse.Builder notebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions) A list of notebook executions.
- Parameters:
 notebookExecutions- A list of notebook executions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
notebookExecutions
ListNotebookExecutionsResponse.Builder notebookExecutions(NotebookExecutionSummary... notebookExecutions) A list of notebook executions.
- Parameters:
 notebookExecutions- A list of notebook executions.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
notebookExecutions
ListNotebookExecutionsResponse.Builder notebookExecutions(Consumer<NotebookExecutionSummary.Builder>... notebookExecutions) A list of notebook executions.
This is a convenience method that creates an instance of theNotebookExecutionSummary.Builderavoiding the need to create one manually viaNotebookExecutionSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonotebookExecutions(List<NotebookExecutionSummary>).- Parameters:
 notebookExecutions- a consumer that will call methods onNotebookExecutionSummary.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
marker
A pagination token that a subsequent
ListNotebookExecutionscan use to determine the next set of results to retrieve.- Parameters:
 marker- A pagination token that a subsequentListNotebookExecutionscan use to determine the next set of results to retrieve.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -