Uses of Interface
software.amazon.awssdk.services.servicecatalog.model.ProductViewAggregationValue.Builder
-
Packages that use ProductViewAggregationValue.Builder Package Description software.amazon.awssdk.services.servicecatalog.model -
-
Uses of ProductViewAggregationValue.Builder in software.amazon.awssdk.services.servicecatalog.model
Methods in software.amazon.awssdk.services.servicecatalog.model that return ProductViewAggregationValue.Builder Modifier and Type Method Description ProductViewAggregationValue.BuilderProductViewAggregationValue.Builder. approximateCount(Integer approximateCount)An approximate count of the products that match the value.static ProductViewAggregationValue.BuilderProductViewAggregationValue. builder()ProductViewAggregationValue.BuilderProductViewAggregationValue. toBuilder()ProductViewAggregationValue.BuilderProductViewAggregationValue.Builder. value(String value)The value of the product view aggregation.Methods in software.amazon.awssdk.services.servicecatalog.model that return types with arguments of type ProductViewAggregationValue.Builder Modifier and Type Method Description static Class<? extends ProductViewAggregationValue.Builder>ProductViewAggregationValue. serializableBuilderClass()
-