| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
static Bundle.Builder |
Bundle.builder() |
Bundle.Builder |
Bundle.Builder.bundleId(String bundleId)
The bundle ID (e.g.,
micro_1_0). |
Bundle.Builder |
Bundle.Builder.cpuCount(Integer cpuCount)
The number of vCPUs included in the bundle (e.g.,
2). |
Bundle.Builder |
Bundle.Builder.diskSizeInGb(Integer diskSizeInGb)
The size of the SSD (e.g.,
30). |
Bundle.Builder |
Bundle.Builder.instanceType(String instanceType)
The Amazon EC2 instance type (e.g.,
t2.micro). |
Bundle.Builder |
Bundle.Builder.isActive(Boolean isActive)
A Boolean value indicating whether the bundle is active.
|
Bundle.Builder |
Bundle.Builder.name(String name)
A friendly name for the bundle (e.g.,
Micro). |
Bundle.Builder |
Bundle.Builder.power(Integer power)
A numeric value that represents the power of the bundle (e.g.,
500). |
Bundle.Builder |
Bundle.Builder.price(Float price)
The price in US dollars (e.g.,
5.0) of the bundle. |
Bundle.Builder |
Bundle.Builder.ramSizeInGb(Float ramSizeInGb)
The amount of RAM in GB (e.g.,
2.0). |
Bundle.Builder |
Bundle.Builder.supportedAppCategories(AppCategory... supportedAppCategories)
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
Bundle.Builder |
Bundle.Builder.supportedAppCategories(Collection<AppCategory> supportedAppCategories)
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
Bundle.Builder |
Bundle.Builder.supportedAppCategoriesWithStrings(Collection<String> supportedAppCategories)
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
Bundle.Builder |
Bundle.Builder.supportedAppCategoriesWithStrings(String... supportedAppCategories)
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
Bundle.Builder |
Bundle.Builder.supportedPlatforms(Collection<InstancePlatform> supportedPlatforms)
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
Bundle.Builder |
Bundle.Builder.supportedPlatforms(InstancePlatform... supportedPlatforms)
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
Bundle.Builder |
Bundle.Builder.supportedPlatformsWithStrings(Collection<String> supportedPlatforms)
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
Bundle.Builder |
Bundle.Builder.supportedPlatformsWithStrings(String... supportedPlatforms)
The operating system platform (Linux/Unix-based or Windows Server-based) that the bundle supports.
|
Bundle.Builder |
Bundle.toBuilder() |
Bundle.Builder |
Bundle.Builder.transferPerMonthInGb(Integer transferPerMonthInGb)
The data transfer rate per month in GB (e.g.,
2000). |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Bundle.Builder> |
Bundle.serializableBuilderClass() |
Copyright © 2023. All rights reserved.