public static interface ListFlywheelsResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListFlywheelsResponse.Builder,ListFlywheelsResponse>
| Modifier and Type | Method and Description |
|---|---|
ListFlywheelsResponse.Builder |
flywheelSummaryList(Collection<FlywheelSummary> flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
|
ListFlywheelsResponse.Builder |
flywheelSummaryList(Consumer<FlywheelSummary.Builder>... flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
|
ListFlywheelsResponse.Builder |
flywheelSummaryList(FlywheelSummary... flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
|
ListFlywheelsResponse.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFlywheelsResponse.Builder flywheelSummaryList(Collection<FlywheelSummary> flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
flywheelSummaryList - A list of flywheel properties retrieved by the service in response to the request.ListFlywheelsResponse.Builder flywheelSummaryList(FlywheelSummary... flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
flywheelSummaryList - A list of flywheel properties retrieved by the service in response to the request.ListFlywheelsResponse.Builder flywheelSummaryList(Consumer<FlywheelSummary.Builder>... flywheelSummaryList)
A list of flywheel properties retrieved by the service in response to the request.
This is a convenience method that creates an instance of theFlywheelSummary.Builder avoiding the need to create
one manually via FlywheelSummary.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #flywheelSummaryList(List.
flywheelSummaryList - a consumer that will call methods on
FlywheelSummary.Builder#flywheelSummaryList(java.util.Collection) ListFlywheelsResponse.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.Copyright © 2023. All rights reserved.