public static interface ApplicationDPUSizes.Builder extends SdkPojo, CopyableBuilder<ApplicationDPUSizes.Builder,ApplicationDPUSizes>
| Modifier and Type | Method and Description |
|---|---|
ApplicationDPUSizes.Builder |
applicationRuntimeId(String applicationRuntimeId)
The name of the supported application runtime (for example,
Athena notebook version 1). |
ApplicationDPUSizes.Builder |
supportedDPUSizes(Collection<Integer> supportedDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
|
ApplicationDPUSizes.Builder |
supportedDPUSizes(Integer... supportedDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildApplicationDPUSizes.Builder applicationRuntimeId(String applicationRuntimeId)
The name of the supported application runtime (for example, Athena notebook version 1).
applicationRuntimeId - The name of the supported application runtime (for example, Athena notebook version 1).ApplicationDPUSizes.Builder supportedDPUSizes(Collection<Integer> supportedDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
supportedDPUSizes - A list of the supported DPU sizes that the application runtime supports.ApplicationDPUSizes.Builder supportedDPUSizes(Integer... supportedDPUSizes)
A list of the supported DPU sizes that the application runtime supports.
supportedDPUSizes - A list of the supported DPU sizes that the application runtime supports.Copyright © 2023. All rights reserved.