| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
static PlatformSummary.Builder |
PlatformSummary.builder() |
PlatformSummary.Builder |
PlatformSummary.Builder.operatingSystemName(String operatingSystemName)
The operating system used by the platform version.
|
PlatformSummary.Builder |
PlatformSummary.Builder.operatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform version.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformArn(String platformArn)
The ARN of the platform version.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformBranchLifecycleState(String platformBranchLifecycleState)
The state of the platform version's branch in its lifecycle.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformBranchName(String platformBranchName)
The platform branch to which the platform version belongs.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformCategory(String platformCategory)
The category of platform version.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformLifecycleState(String platformLifecycleState)
The state of the platform version in its lifecycle.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformOwner(String platformOwner)
The AWS account ID of the person who created the platform version.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformStatus(PlatformStatus platformStatus)
The status of the platform version.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformStatus(String platformStatus)
The status of the platform version.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformVersion(String platformVersion)
The version string of the platform version.
|
PlatformSummary.Builder |
PlatformSummary.Builder.supportedAddonList(Collection<String> supportedAddonList)
The additions associated with the platform version.
|
PlatformSummary.Builder |
PlatformSummary.Builder.supportedAddonList(String... supportedAddonList)
The additions associated with the platform version.
|
PlatformSummary.Builder |
PlatformSummary.Builder.supportedTierList(Collection<String> supportedTierList)
The tiers in which the platform version runs.
|
PlatformSummary.Builder |
PlatformSummary.Builder.supportedTierList(String... supportedTierList)
The tiers in which the platform version runs.
|
PlatformSummary.Builder |
PlatformSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlatformSummary.Builder> |
PlatformSummary.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default DeletePlatformVersionResponse.Builder |
DeletePlatformVersionResponse.Builder.platformSummary(Consumer<PlatformSummary.Builder> platformSummary)
Detailed information about the version of the custom platform.
|
default CreatePlatformVersionResponse.Builder |
CreatePlatformVersionResponse.Builder.platformSummary(Consumer<PlatformSummary.Builder> platformSummary)
Detailed information about the new version of the custom platform.
|
Copyright © 2021. All rights reserved.