| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static ContainerServicePower.Builder |
ContainerServicePower.builder() |
ContainerServicePower.Builder |
ContainerServicePower.Builder.cpuCount(Float cpuCount)
The number of vCPUs included in the power.
|
ContainerServicePower.Builder |
ContainerServicePower.Builder.isActive(Boolean isActive)
A Boolean value indicating whether the power is active and can be specified for container services.
|
ContainerServicePower.Builder |
ContainerServicePower.Builder.name(String name)
The friendly name of the power (e.g.,
nano). |
ContainerServicePower.Builder |
ContainerServicePower.Builder.powerId(String powerId)
The ID of the power (e.g.,
nano-1). |
ContainerServicePower.Builder |
ContainerServicePower.Builder.price(Float price)
The monthly price of the power in USD.
|
ContainerServicePower.Builder |
ContainerServicePower.Builder.ramSizeInGb(Float ramSizeInGb)
The amount of RAM (in GB) of the power.
|
ContainerServicePower.Builder |
ContainerServicePower.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ContainerServicePower.Builder> |
ContainerServicePower.serializableBuilderClass() |
Copyright © 2021. All rights reserved.