| 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.
|
PlatformSummary.Builder |
PlatformSummary.Builder.operatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformArn(String platformArn)
The ARN of the platform.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformCategory(String platformCategory)
The category of platform.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformOwner(String platformOwner)
The AWS account ID of the person who created the platform.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformStatus(PlatformStatus platformStatus)
The status of the platform.
|
PlatformSummary.Builder |
PlatformSummary.Builder.platformStatus(String platformStatus)
The status of the platform.
|
PlatformSummary.Builder |
PlatformSummary.Builder.supportedAddonList(Collection<String> supportedAddonList)
The additions associated with the platform.
|
PlatformSummary.Builder |
PlatformSummary.Builder.supportedAddonList(String... supportedAddonList)
The additions associated with the platform.
|
PlatformSummary.Builder |
PlatformSummary.Builder.supportedTierList(Collection<String> supportedTierList)
The tiers in which the platform runs.
|
PlatformSummary.Builder |
PlatformSummary.Builder.supportedTierList(String... supportedTierList)
The tiers in which the platform 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 CreatePlatformVersionResponse.Builder |
CreatePlatformVersionResponse.Builder.platformSummary(Consumer<PlatformSummary.Builder> platformSummary)
Detailed information about the new version of the custom platform.
|
default DeletePlatformVersionResponse.Builder |
DeletePlatformVersionResponse.Builder.platformSummary(Consumer<PlatformSummary.Builder> platformSummary)
Detailed information about the version of the custom platform.
|
Copyright © 2019. All rights reserved.