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