Interface ListNotebookExecutionsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListNotebookExecutionsResponse.Builder,ListNotebookExecutionsResponse>,EmrResponse.Builder,SdkBuilder<ListNotebookExecutionsResponse.Builder,ListNotebookExecutionsResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListNotebookExecutionsResponse
public static interface ListNotebookExecutionsResponse.Builder extends EmrResponse.Builder, SdkPojo, CopyableBuilder<ListNotebookExecutionsResponse.Builder,ListNotebookExecutionsResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListNotebookExecutionsResponse.Buildermarker(String marker)A pagination token that a subsequentListNotebookExecutionscan use to determine the next set of results to retrieve.ListNotebookExecutionsResponse.BuildernotebookExecutions(Collection<NotebookExecutionSummary> notebookExecutions)A list of notebook executions.ListNotebookExecutionsResponse.BuildernotebookExecutions(Consumer<NotebookExecutionSummary.Builder>... notebookExecutions)A list of notebook executions.ListNotebookExecutionsResponse.BuildernotebookExecutions(NotebookExecutionSummary... notebookExecutions)A list of notebook executions.-
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
-
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 to#notebookExecutions(List.) - 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:
#notebookExecutions(java.util.Collection)
-
marker
ListNotebookExecutionsResponse.Builder marker(String 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.
-
-