Uses of Interface
software.amazon.awssdk.services.ecs.model.PlatformDevice.Builder
-
Packages that use PlatformDevice.Builder Package Description software.amazon.awssdk.services.ecs.model -
-
Uses of PlatformDevice.Builder in software.amazon.awssdk.services.ecs.model
Methods in software.amazon.awssdk.services.ecs.model that return PlatformDevice.Builder Modifier and Type Method Description static PlatformDevice.BuilderPlatformDevice. builder()PlatformDevice.BuilderPlatformDevice.Builder. id(String id)The ID for the GPUs on the container instance.PlatformDevice.BuilderPlatformDevice. toBuilder()PlatformDevice.BuilderPlatformDevice.Builder. type(String type)The type of device that's available on the container instance.PlatformDevice.BuilderPlatformDevice.Builder. type(PlatformDeviceType type)The type of device that's available on the container instance.Methods in software.amazon.awssdk.services.ecs.model that return types with arguments of type PlatformDevice.Builder Modifier and Type Method Description static Class<? extends PlatformDevice.Builder>PlatformDevice. serializableBuilderClass()
-