public static interface ListFlywheelsRequest.Builder extends ComprehendRequest.Builder, SdkPojo, CopyableBuilder<ListFlywheelsRequest.Builder,ListFlywheelsRequest>
| Modifier and Type | Method and Description |
|---|---|
default ListFlywheelsRequest.Builder |
filter(Consumer<FlywheelFilter.Builder> filter)
Filters the flywheels that are returned.
|
ListFlywheelsRequest.Builder |
filter(FlywheelFilter filter)
Filters the flywheels that are returned.
|
ListFlywheelsRequest.Builder |
maxResults(Integer maxResults)
Maximum number of results to return in a response.
|
ListFlywheelsRequest.Builder |
nextToken(String nextToken)
Identifies the next page of results to return.
|
ListFlywheelsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFlywheelsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFlywheelsRequest.Builder filter(FlywheelFilter filter)
Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time that they were submitted. You can only set one filter at a time.
filter - Filters the flywheels that are returned. You can filter flywheels on their status, or the date and
time that they were submitted. You can only set one filter at a time.default ListFlywheelsRequest.Builder filter(Consumer<FlywheelFilter.Builder> filter)
Filters the flywheels that are returned. You can filter flywheels on their status, or the date and time that they were submitted. You can only set one filter at a time.
This is a convenience method that creates an instance of theFlywheelFilter.Builder avoiding the need
to create one manually via FlywheelFilter.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its
result is passed to filter(FlywheelFilter).
filter - a consumer that will call methods on FlywheelFilter.Builderfilter(FlywheelFilter)ListFlywheelsRequest.Builder nextToken(String nextToken)
Identifies the next page of results to return.
nextToken - Identifies the next page of results to return.ListFlywheelsRequest.Builder maxResults(Integer maxResults)
Maximum number of results to return in a response. The default is 100.
maxResults - Maximum number of results to return in a response. The default is 100.ListFlywheelsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFlywheelsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.