Uses of Interface
software.amazon.awssdk.services.pi.model.Data.Builder
-
Packages that use Data.Builder Package Description software.amazon.awssdk.services.pi.model -
-
Uses of Data.Builder in software.amazon.awssdk.services.pi.model
Methods in software.amazon.awssdk.services.pi.model that return Data.Builder Modifier and Type Method Description static Data.BuilderData. builder()default Data.BuilderData.Builder. performanceInsightsMetric(Consumer<PerformanceInsightsMetric.Builder> performanceInsightsMetric)This field determines the Performance Insights metric to render for the insight.Data.BuilderData.Builder. performanceInsightsMetric(PerformanceInsightsMetric performanceInsightsMetric)This field determines the Performance Insights metric to render for the insight.Data.BuilderData. toBuilder()Methods in software.amazon.awssdk.services.pi.model that return types with arguments of type Data.Builder Modifier and Type Method Description static Class<? extends Data.Builder>Data. serializableBuilderClass()
-