Interface DescribeFlywheelIterationResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,ComprehendResponse.Builder
,CopyableBuilder<DescribeFlywheelIterationResponse.Builder,
,DescribeFlywheelIterationResponse> SdkBuilder<DescribeFlywheelIterationResponse.Builder,
,DescribeFlywheelIterationResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DescribeFlywheelIterationResponse
@Mutable
@NotThreadSafe
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, 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, sdkFieldNameToField, sdkFields
Methods 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.Builder
avoiding the need to create one manually viaFlywheelIterationProperties.builder()
.When the
Consumer
completes,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:
-