public static interface DescribeFlywheelIterationResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlywheelIterationResponse.Builder,DescribeFlywheelIterationResponse>
| Modifier and Type | Method and Description |
|---|---|
default DescribeFlywheelIterationResponse.Builder |
flywheelIterationProperties(Consumer<FlywheelIterationProperties.Builder> flywheelIterationProperties)
The configuration properties of a flywheel iteration.
|
DescribeFlywheelIterationResponse.Builder |
flywheelIterationProperties(FlywheelIterationProperties flywheelIterationProperties)
The configuration properties of a flywheel iteration.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDescribeFlywheelIterationResponse.Builder flywheelIterationProperties(FlywheelIterationProperties flywheelIterationProperties)
The configuration properties of a flywheel iteration.
flywheelIterationProperties - The configuration properties of a flywheel iteration.default DescribeFlywheelIterationResponse.Builder flywheelIterationProperties(Consumer<FlywheelIterationProperties.Builder> flywheelIterationProperties)
The configuration properties of a flywheel iteration.
This is a convenience method that creates an instance of theFlywheelIterationProperties.Builder
avoiding the need to create one manually via FlywheelIterationProperties.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to flywheelIterationProperties(FlywheelIterationProperties).
flywheelIterationProperties - a consumer that will call methods on FlywheelIterationProperties.BuilderflywheelIterationProperties(FlywheelIterationProperties)Copyright © 2023. All rights reserved.