static Bundle.Builder |
Bundle.builder() |
|
Bundle.Builder |
Bundle.Builder.bundleId(String bundleId) |
The bundle ID (micro_1_0).
|
Bundle.Builder |
Bundle.Builder.cpuCount(Integer cpuCount) |
The number of vCPUs included in the bundle (2).
|
Bundle.Builder |
Bundle.Builder.diskSizeInGb(Integer diskSizeInGb) |
The size of the SSD (30).
|
Bundle.Builder |
Bundle.Builder.instanceType(String instanceType) |
The Amazon EC2 instance type (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 (Micro).
|
Bundle.Builder |
Bundle.Builder.power(Integer power) |
A numeric value that represents the power of the bundle (500).
|
Bundle.Builder |
Bundle.Builder.price(Float price) |
The price in US dollars (5.0) of the bundle.
|
Bundle.Builder |
Bundle.Builder.publicIpv4AddressCount(Integer publicIpv4AddressCount) |
An integer that indicates the public ipv4 address count included in the bundle, the value is either 0 or 1.
|
Bundle.Builder |
Bundle.Builder.ramSizeInGb(Float ramSizeInGb) |
The amount of RAM in GB (2.0).
|
Bundle.Builder |
Bundle.Builder.supportedAppCategories(Collection<AppCategory> supportedAppCategories) |
Virtual computer blueprints that are supported by a Lightsail for Research bundle.
|
Bundle.Builder |
Bundle.Builder.supportedAppCategories(AppCategory... 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.supportedAppCategoriesWithStrings(Collection<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(String... 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.toBuilder() |
|
Bundle.Builder |
Bundle.Builder.transferPerMonthInGb(Integer transferPerMonthInGb) |
The data transfer rate per month in GB (2000).
|