Interface ProtectedQueryStatistics.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ProtectedQueryStatistics.Builder,ProtectedQueryStatistics>,SdkBuilder<ProtectedQueryStatistics.Builder,ProtectedQueryStatistics>,SdkPojo
- Enclosing class:
- ProtectedQueryStatistics
public static interface ProtectedQueryStatistics.Builder extends SdkPojo, CopyableBuilder<ProtectedQueryStatistics.Builder,ProtectedQueryStatistics>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ProtectedQueryStatistics.BuildertotalDurationInMillis(Long totalDurationInMillis)The duration of the Protected Query, from creation until query completion.-
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
-
-
-
-
Method Detail
-
totalDurationInMillis
ProtectedQueryStatistics.Builder totalDurationInMillis(Long totalDurationInMillis)
The duration of the Protected Query, from creation until query completion.
- Parameters:
totalDurationInMillis- The duration of the Protected Query, from creation until query completion.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-