| Package | Description |
|---|---|
| com.amazonaws.services.lightsail.model |
| Modifier and Type | Method and Description |
|---|---|
Blueprint |
Blueprint.clone() |
Blueprint |
Blueprint.withBlueprintId(String blueprintId)
The ID for the virtual private server image (e.g.,
app_wordpress_4_4 or app_lamp_7_0). |
Blueprint |
Blueprint.withDescription(String description)
The description of the blueprint.
|
Blueprint |
Blueprint.withGroup(String group)
The group name of the blueprint (e.g.,
amazon-linux). |
Blueprint |
Blueprint.withIsActive(Boolean isActive)
A Boolean value indicating whether the blueprint is active.
|
Blueprint |
Blueprint.withLicenseUrl(String licenseUrl)
The end-user license agreement URL for the image or blueprint.
|
Blueprint |
Blueprint.withMinPower(Integer minPower)
The minimum bundle power required to run this blueprint.
|
Blueprint |
Blueprint.withName(String name)
The friendly name of the blueprint (e.g.,
Amazon Linux). |
Blueprint |
Blueprint.withPlatform(InstancePlatform platform)
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
|
Blueprint |
Blueprint.withPlatform(String platform)
The operating system platform (either Linux/Unix-based or Windows Server-based) of the blueprint.
|
Blueprint |
Blueprint.withProductUrl(String productUrl)
The product URL to learn more about the image or blueprint.
|
Blueprint |
Blueprint.withType(BlueprintType type)
The type of the blueprint (e.g.,
os or app). |
Blueprint |
Blueprint.withType(String type)
The type of the blueprint (e.g.,
os or app). |
Blueprint |
Blueprint.withVersion(String version)
The version number of the operating system, application, or stack (e.g.,
2016.03.0). |
Blueprint |
Blueprint.withVersionCode(String versionCode)
The version code.
|
| Modifier and Type | Method and Description |
|---|---|
List<Blueprint> |
GetBlueprintsResult.getBlueprints()
An array of key-value pairs that contains information about the available blueprints.
|
| Modifier and Type | Method and Description |
|---|---|
GetBlueprintsResult |
GetBlueprintsResult.withBlueprints(Blueprint... blueprints)
An array of key-value pairs that contains information about the available blueprints.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GetBlueprintsResult.setBlueprints(Collection<Blueprint> blueprints)
An array of key-value pairs that contains information about the available blueprints.
|
GetBlueprintsResult |
GetBlueprintsResult.withBlueprints(Collection<Blueprint> blueprints)
An array of key-value pairs that contains information about the available blueprints.
|
Copyright © 2019. All rights reserved.