Blueprint.Builder |
Blueprint.Builder.appCategory(String appCategory) |
Virtual computer blueprints that are supported by Lightsail for Research.
|
Blueprint.Builder |
Blueprint.Builder.appCategory(AppCategory appCategory) |
Virtual computer blueprints that are supported by Lightsail for Research.
|
Blueprint.Builder |
Blueprint.Builder.blueprintId(String blueprintId) |
The ID for the virtual private server image (app_wordpress_4_4 or app_lamp_7_0).
|
static Blueprint.Builder |
Blueprint.builder() |
|
Blueprint.Builder |
Blueprint.Builder.description(String description) |
The description of the blueprint.
|
Blueprint.Builder |
Blueprint.Builder.group(String group) |
The group name of the blueprint (amazon-linux).
|
Blueprint.Builder |
Blueprint.Builder.isActive(Boolean isActive) |
A Boolean value indicating whether the blueprint is active.
|
Blueprint.Builder |
Blueprint.Builder.licenseUrl(String licenseUrl) |
The end-user license agreement URL for the image or blueprint.
|
Blueprint.Builder |
Blueprint.Builder.minPower(Integer minPower) |
The minimum bundle power required to run this blueprint.
|
Blueprint.Builder |
Blueprint.Builder.name(String name) |
The friendly name of the blueprint (Amazon Linux).
|
Blueprint.Builder |
Blueprint.Builder.platform(String platform) |
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
|
Blueprint.Builder |
Blueprint.Builder.platform(InstancePlatform platform) |
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
|
Blueprint.Builder |
Blueprint.Builder.productUrl(String productUrl) |
The product URL to learn more about the image or blueprint.
|
Blueprint.Builder |
Blueprint.toBuilder() |
|
Blueprint.Builder |
Blueprint.Builder.type(String type) |
The type of the blueprint (os or app).
|
Blueprint.Builder |
Blueprint.Builder.type(BlueprintType type) |
The type of the blueprint (os or app).
|
Blueprint.Builder |
Blueprint.Builder.version(String version) |
The version number of the operating system, application, or stack ( 2016.03.0).
|
Blueprint.Builder |
Blueprint.Builder.versionCode(String versionCode) |
The version code.
|