| Package | Description |
|---|---|
| software.amazon.awssdk.services.ecs.model |
| Modifier and Type | Method and Description |
|---|---|
static PlatformDevice.Builder |
PlatformDevice.builder() |
PlatformDevice.Builder |
PlatformDevice.Builder.id(String id)
The ID for the GPU(s) on the container instance.
|
PlatformDevice.Builder |
PlatformDevice.toBuilder() |
PlatformDevice.Builder |
PlatformDevice.Builder.type(PlatformDeviceType type)
The type of device that is available on the container instance.
|
PlatformDevice.Builder |
PlatformDevice.Builder.type(String type)
The type of device that is available on the container instance.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlatformDevice.Builder> |
PlatformDevice.serializableBuilderClass() |
Copyright © 2021. All rights reserved.