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
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeFlywheelIterationResponse.BuilderflywheelIterationProperties(Consumer<FlywheelIterationProperties.Builder> flywheelIterationProperties)The configuration properties of a flywheel iteration.DescribeFlywheelIterationResponse.BuilderflywheelIterationProperties(FlywheelIterationProperties flywheelIterationProperties)The configuration properties of a flywheel iteration.-
Methods inherited from interface software.amazon.awssdk.services.comprehend.model.ComprehendResponse.Builder
build, responseMetadata, responseMetadata
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
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:
flywheelIterationProperties(FlywheelIterationProperties)
-
-