Interface ListFlywheelIterationHistoryResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,ComprehendResponse.Builder,CopyableBuilder<ListFlywheelIterationHistoryResponse.Builder,,ListFlywheelIterationHistoryResponse> SdkBuilder<ListFlywheelIterationHistoryResponse.Builder,,ListFlywheelIterationHistoryResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
ListFlywheelIterationHistoryResponse
public static interface ListFlywheelIterationHistoryResponse.Builder
extends ComprehendResponse.Builder, SdkPojo, CopyableBuilder<ListFlywheelIterationHistoryResponse.Builder,ListFlywheelIterationHistoryResponse>
-
Method Summary
Modifier and TypeMethodDescriptionflywheelIterationPropertiesList(Collection<FlywheelIterationProperties> flywheelIterationPropertiesList) List of flywheel iteration propertiesflywheelIterationPropertiesList(Consumer<FlywheelIterationProperties.Builder>... flywheelIterationPropertiesList) List of flywheel iteration propertiesflywheelIterationPropertiesList(FlywheelIterationProperties... flywheelIterationPropertiesList) List of flywheel iteration propertiesNext tokenMethods 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
-
flywheelIterationPropertiesList
ListFlywheelIterationHistoryResponse.Builder flywheelIterationPropertiesList(Collection<FlywheelIterationProperties> flywheelIterationPropertiesList) List of flywheel iteration properties
- Parameters:
flywheelIterationPropertiesList- List of flywheel iteration properties- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flywheelIterationPropertiesList
ListFlywheelIterationHistoryResponse.Builder flywheelIterationPropertiesList(FlywheelIterationProperties... flywheelIterationPropertiesList) List of flywheel iteration properties
- Parameters:
flywheelIterationPropertiesList- List of flywheel iteration properties- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
flywheelIterationPropertiesList
ListFlywheelIterationHistoryResponse.Builder flywheelIterationPropertiesList(Consumer<FlywheelIterationProperties.Builder>... flywheelIterationPropertiesList) List of flywheel iteration properties
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 toflywheelIterationPropertiesList(List<FlywheelIterationProperties>).- Parameters:
flywheelIterationPropertiesList- 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:
-
nextToken
Next token
- Parameters:
nextToken- Next token- Returns:
- Returns a reference to this object so that method calls can be chained together.
-