| Package | Description |
|---|---|
| software.amazon.awssdk.services.elasticbeanstalk.model |
| Modifier and Type | Method and Description |
|---|---|
PlatformBranchSummary.Builder |
PlatformBranchSummary.Builder.branchName(String branchName)
The name of the platform branch.
|
PlatformBranchSummary.Builder |
PlatformBranchSummary.Builder.branchOrder(Integer branchOrder)
An ordinal number that designates the order in which platform branches have been added to a platform.
|
static PlatformBranchSummary.Builder |
PlatformBranchSummary.builder() |
PlatformBranchSummary.Builder |
PlatformBranchSummary.Builder.lifecycleState(String lifecycleState)
The support life cycle state of the platform branch.
|
PlatformBranchSummary.Builder |
PlatformBranchSummary.Builder.platformName(String platformName)
The name of the platform to which this platform branch belongs.
|
PlatformBranchSummary.Builder |
PlatformBranchSummary.Builder.supportedTierList(Collection<String> supportedTierList)
The environment tiers that platform versions in this branch support.
|
PlatformBranchSummary.Builder |
PlatformBranchSummary.Builder.supportedTierList(String... supportedTierList)
The environment tiers that platform versions in this branch support.
|
PlatformBranchSummary.Builder |
PlatformBranchSummary.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends PlatformBranchSummary.Builder> |
PlatformBranchSummary.serializableBuilderClass() |
Copyright © 2023. All rights reserved.