Uses of Interface
software.amazon.awssdk.services.quicksight.model.CollectiveConstantEntry.Builder
-
Packages that use CollectiveConstantEntry.Builder Package Description software.amazon.awssdk.services.quicksight.model -
-
Uses of CollectiveConstantEntry.Builder in software.amazon.awssdk.services.quicksight.model
Methods in software.amazon.awssdk.services.quicksight.model that return CollectiveConstantEntry.Builder Modifier and Type Method Description static CollectiveConstantEntry.BuilderCollectiveConstantEntry. builder()CollectiveConstantEntry.BuilderCollectiveConstantEntry.Builder. constantType(String constantType)TheConstantTypeof aCollectiveConstantEntry.CollectiveConstantEntry.BuilderCollectiveConstantEntry.Builder. constantType(ConstantType constantType)TheConstantTypeof aCollectiveConstantEntry.CollectiveConstantEntry.BuilderCollectiveConstantEntry. toBuilder()CollectiveConstantEntry.BuilderCollectiveConstantEntry.Builder. value(String value)The value of aCollectiveConstantEntry.Methods in software.amazon.awssdk.services.quicksight.model that return types with arguments of type CollectiveConstantEntry.Builder Modifier and Type Method Description static Class<? extends CollectiveConstantEntry.Builder>CollectiveConstantEntry. serializableBuilderClass()
-