Interface Duration.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<Duration.Builder,,- Duration> - SdkBuilder<Duration.Builder,,- Duration> - SdkPojo
- Enclosing class:
- Duration
@Mutable
@NotThreadSafe
public static interface Duration.Builder
extends SdkPojo, CopyableBuilder<Duration.Builder,Duration> 
- 
Method SummaryModifier and TypeMethodDescriptiondurationType(String durationType) The type of duration for InfluxDB parameters.durationType(DurationType durationType) The type of duration for InfluxDB parameters.The value of duration for InfluxDB parameters.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
durationTypeThe type of duration for InfluxDB parameters. - Parameters:
- durationType- The type of duration for InfluxDB parameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
durationTypeThe type of duration for InfluxDB parameters. - Parameters:
- durationType- The type of duration for InfluxDB parameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
valueThe value of duration for InfluxDB parameters. - Parameters:
- value- The value of duration for InfluxDB parameters.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-