Interface DescribeFlywheelIterationResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<DescribeFlywheelIterationResponse.Builder,,DescribeFlywheelIterationResponse> SdkBuilder<DescribeFlywheelIterationResponse.Builder,,DescribeFlywheelIterationResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 DescribeFlywheelIterationResponse
public static interface DescribeFlywheelIterationResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlywheelIterationResponse.Builder,DescribeFlywheelIterationResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionflywheelIterationProperties(Consumer<FlywheelIterationProperties.Builder> flywheelIterationProperties) The configuration properties of a flywheel iteration.flywheelIterationProperties(FlywheelIterationProperties flywheelIterationProperties) The configuration properties of a flywheel iteration.Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
flywheelIterationProperties
DescribeFlywheelIterationResponse.Builder flywheelIterationProperties(FlywheelIterationProperties flywheelIterationProperties) The configuration properties of a flywheel iteration.
- Parameters:
 flywheelIterationProperties- The configuration properties of a flywheel iteration.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
flywheelIterationProperties
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.Builderavoiding the need to create one manually viaFlywheelIterationProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflywheelIterationProperties(FlywheelIterationProperties).- Parameters:
 flywheelIterationProperties- a consumer that will call methods onFlywheelIterationProperties.Builder- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 
 -