Interface DescribeFlywheelResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<DescribeFlywheelResponse.Builder,DescribeFlywheelResponse>,SdkBuilder<DescribeFlywheelResponse.Builder,DescribeFlywheelResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DescribeFlywheelResponse
public static interface DescribeFlywheelResponse.Builder extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<DescribeFlywheelResponse.Builder,DescribeFlywheelResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default DescribeFlywheelResponse.BuilderflywheelProperties(Consumer<FlywheelProperties.Builder> flywheelProperties)The flywheel properties.DescribeFlywheelResponse.BuilderflywheelProperties(FlywheelProperties flywheelProperties)The flywheel properties.-
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
-
flywheelProperties
DescribeFlywheelResponse.Builder flywheelProperties(FlywheelProperties flywheelProperties)
The flywheel properties.
- Parameters:
flywheelProperties- The flywheel properties.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flywheelProperties
default DescribeFlywheelResponse.Builder flywheelProperties(Consumer<FlywheelProperties.Builder> flywheelProperties)
The flywheel properties.
This is a convenience method that creates an instance of theFlywheelProperties.Builderavoiding the need to create one manually viaFlywheelProperties.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toflywheelProperties(FlywheelProperties).- Parameters:
flywheelProperties- a consumer that will call methods onFlywheelProperties.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
flywheelProperties(FlywheelProperties)
-
-