Uses of Interface
software.amazon.awssdk.services.athena.model.CapacityAssignment.Builder
-
Packages that use CapacityAssignment.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of CapacityAssignment.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return CapacityAssignment.Builder Modifier and Type Method Description static CapacityAssignment.BuilderCapacityAssignment. builder()CapacityAssignment.BuilderCapacityAssignment. toBuilder()CapacityAssignment.BuilderCapacityAssignment.Builder. workGroupNames(String... workGroupNames)The list of workgroup names for the capacity assignment.CapacityAssignment.BuilderCapacityAssignment.Builder. workGroupNames(Collection<String> workGroupNames)The list of workgroup names for the capacity assignment.Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type CapacityAssignment.Builder Modifier and Type Method Description static Class<? extends CapacityAssignment.Builder>CapacityAssignment. serializableBuilderClass()
-