| Package | Description |
|---|---|
| software.amazon.awssdk.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Blueprint.Builder |
Blueprint.Builder.blueprintId(String blueprintId)
The ID for the virtual private server image (e.g.,
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 (e.g.,
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 (e.g.,
Amazon Linux). |
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.platform(String 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(BlueprintType type)
The type of the blueprint (e.g.,
os or app). |
Blueprint.Builder |
Blueprint.Builder.type(String type)
The type of the blueprint (e.g.,
os or app). |
Blueprint.Builder |
Blueprint.Builder.version(String version)
The version number of the operating system, application, or stack (e.g.,
2016.03.0). |
Blueprint.Builder |
Blueprint.Builder.versionCode(String versionCode)
The version code.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends Blueprint.Builder> |
Blueprint.serializableBuilderClass() |
Copyright © 2021. All rights reserved.