Uses of Interface
software.amazon.awssdk.services.athena.model.ApplicationDPUSizes.Builder
-
Packages that use ApplicationDPUSizes.Builder Package Description software.amazon.awssdk.services.athena.model -
-
Uses of ApplicationDPUSizes.Builder in software.amazon.awssdk.services.athena.model
Methods in software.amazon.awssdk.services.athena.model that return ApplicationDPUSizes.Builder Modifier and Type Method Description ApplicationDPUSizes.BuilderApplicationDPUSizes.Builder. applicationRuntimeId(String applicationRuntimeId)The name of the supported application runtime (for example,Athena notebook version 1).static ApplicationDPUSizes.BuilderApplicationDPUSizes. builder()ApplicationDPUSizes.BuilderApplicationDPUSizes.Builder. supportedDPUSizes(Integer... supportedDPUSizes)A list of the supported DPU sizes that the application runtime supports.ApplicationDPUSizes.BuilderApplicationDPUSizes.Builder. supportedDPUSizes(Collection<Integer> supportedDPUSizes)A list of the supported DPU sizes that the application runtime supports.ApplicationDPUSizes.BuilderApplicationDPUSizes. toBuilder()Methods in software.amazon.awssdk.services.athena.model that return types with arguments of type ApplicationDPUSizes.Builder Modifier and Type Method Description static Class<? extends ApplicationDPUSizes.Builder>ApplicationDPUSizes. serializableBuilderClass()
-