| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static PlatformDescription.Builder |
PlatformDescription.builder() |
PlatformDescription.Builder |
PlatformDescription.Builder.customAmiList(Collection<CustomAmi> customAmiList)
The custom AMIs supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.customAmiList(Consumer<CustomAmi.Builder>... customAmiList)
The custom AMIs supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.customAmiList(CustomAmi... customAmiList)
The custom AMIs supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.dateCreated(Instant dateCreated)
The date when the platform version was created.
|
PlatformDescription.Builder |
PlatformDescription.Builder.dateUpdated(Instant dateUpdated)
The date when the platform version was last updated.
|
PlatformDescription.Builder |
PlatformDescription.Builder.description(String description)
The description of the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.frameworks(Collection<PlatformFramework> frameworks)
The frameworks supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.frameworks(Consumer<PlatformFramework.Builder>... frameworks)
The frameworks supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.frameworks(PlatformFramework... frameworks)
The frameworks supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.maintainer(String maintainer)
Information about the maintainer of the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.operatingSystemName(String operatingSystemName)
The operating system used by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.operatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.platformArn(String platformArn)
The ARN of the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.platformBranchLifecycleState(String platformBranchLifecycleState)
The state of the platform version's branch in its lifecycle.
|
PlatformDescription.Builder |
PlatformDescription.Builder.platformBranchName(String platformBranchName)
The platform branch to which the platform version belongs.
|
PlatformDescription.Builder |
PlatformDescription.Builder.platformCategory(String platformCategory)
The category of the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.platformLifecycleState(String platformLifecycleState)
The state of the platform version in its lifecycle.
|
PlatformDescription.Builder |
PlatformDescription.Builder.platformName(String platformName)
The name of the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.platformOwner(String platformOwner)
The AWS account ID of the person who created the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.platformStatus(PlatformStatus platformStatus)
The status of the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.platformStatus(String platformStatus)
The status of the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.platformVersion(String platformVersion)
The version of the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.programmingLanguages(Collection<PlatformProgrammingLanguage> programmingLanguages)
The programming languages supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.programmingLanguages(Consumer<PlatformProgrammingLanguage.Builder>... programmingLanguages)
The programming languages supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.programmingLanguages(PlatformProgrammingLanguage... programmingLanguages)
The programming languages supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.solutionStackName(String solutionStackName)
The name of the solution stack used by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.supportedAddonList(Collection<String> supportedAddonList)
The additions supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.supportedAddonList(String... supportedAddonList)
The additions supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.supportedTierList(Collection<String> supportedTierList)
The tiers supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.Builder.supportedTierList(String... supportedTierList)
The tiers supported by the platform version.
|
PlatformDescription.Builder |
PlatformDescription.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlatformDescription.Builder> |
PlatformDescription.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DescribePlatformVersionResponse.Builder |
DescribePlatformVersionResponse.Builder.platformDescription(Consumer<PlatformDescription.Builder> platformDescription)
Detailed information about the platform version.
|
Copyright © 2023. All rights reserved.