Interface ListNotebooksResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListNotebooksResponse.Builder,,ListNotebooksResponse> DataZoneResponse.Builder,SdkBuilder<ListNotebooksResponse.Builder,,ListNotebooksResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListNotebooksResponse
@Mutable
@NotThreadSafe
public static interface ListNotebooksResponse.Builder
extends DataZoneResponse.Builder, SdkPojo, CopyableBuilder<ListNotebooksResponse.Builder,ListNotebooksResponse>
-
Method Summary
Modifier and TypeMethodDescriptionitems(Collection<NotebookSummary> items) The results of theListNotebooksaction.items(Consumer<NotebookSummary.Builder>... items) The results of theListNotebooksaction.items(NotebookSummary... items) The results of theListNotebooksaction.When the number of notebooks is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notebooks, the response includes a pagination token namedNextToken.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.services.datazone.model.DataZoneResponse.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
-
items
The results of the
ListNotebooksaction.- Parameters:
items- The results of theListNotebooksaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The results of the
ListNotebooksaction.- Parameters:
items- The results of theListNotebooksaction.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
items
The results of the
This is a convenience method that creates an instance of theListNotebooksaction.NotebookSummary.Builderavoiding the need to create one manually viaNotebookSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toitems(List<NotebookSummary>).- Parameters:
items- a consumer that will call methods onNotebookSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
When the number of notebooks is greater than the default value for the
MaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notebooks, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListNotebooksto list the next set of notebooks.- Parameters:
nextToken- When the number of notebooks is greater than the default value for theMaxResultsparameter, or if you explicitly specify a value forMaxResultsthat is less than the number of notebooks, the response includes a pagination token namedNextToken. You can specify thisNextTokenvalue in a subsequent call toListNotebooksto list the next set of notebooks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-