Interface InterpolationParameters.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<InterpolationParameters.Builder,,InterpolationParameters> SdkBuilder<InterpolationParameters.Builder,,InterpolationParameters> SdkPojo
- Enclosing class:
 InterpolationParameters
public static interface InterpolationParameters.Builder
extends SdkPojo, CopyableBuilder<InterpolationParameters.Builder,InterpolationParameters> 
- 
Method Summary
Modifier and TypeMethodDescriptioninterpolationType(String interpolationType) The interpolation type.interpolationType(InterpolationType interpolationType) The interpolation type.intervalInSeconds(Long intervalInSeconds) The interpolation time interval in seconds.Methods 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, sdkFieldNameToField, sdkFields 
- 
Method Details
- 
interpolationType
The interpolation type.
- Parameters:
 interpolationType- The interpolation type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
interpolationType
The interpolation type.
- Parameters:
 interpolationType- The interpolation type.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 - See Also:
 
 - 
intervalInSeconds
The interpolation time interval in seconds.
- Parameters:
 intervalInSeconds- The interpolation time interval in seconds.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -