public static interface PlatformBranchSummary.Builder extends SdkPojo, CopyableBuilder<PlatformBranchSummary.Builder,PlatformBranchSummary>
| Modifier and Type | Method and Description |
|---|---|
PlatformBranchSummary.Builder |
branchName(String branchName)
The name of the platform branch.
|
PlatformBranchSummary.Builder |
branchOrder(Integer branchOrder)
An ordinal number that designates the order in which platform branches have been added to a platform.
|
PlatformBranchSummary.Builder |
lifecycleState(String lifecycleState)
The support life cycle state of the platform branch.
|
PlatformBranchSummary.Builder |
platformName(String platformName)
The name of the platform to which this platform branch belongs.
|
PlatformBranchSummary.Builder |
supportedTierList(Collection<String> supportedTierList)
The environment tiers that platform versions in this branch support.
|
PlatformBranchSummary.Builder |
supportedTierList(String... supportedTierList)
The environment tiers that platform versions in this branch support.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlatformBranchSummary.Builder platformName(String platformName)
The name of the platform to which this platform branch belongs.
platformName - The name of the platform to which this platform branch belongs.PlatformBranchSummary.Builder branchName(String branchName)
The name of the platform branch.
branchName - The name of the platform branch.PlatformBranchSummary.Builder lifecycleState(String lifecycleState)
The support life cycle state of the platform branch.
Possible values: beta | supported | deprecated | retired
lifecycleState - The support life cycle state of the platform branch.
Possible values: beta | supported | deprecated |
retired
PlatformBranchSummary.Builder branchOrder(Integer branchOrder)
An ordinal number that designates the order in which platform branches have been added to a platform. This
can be helpful, for example, if your code calls the ListPlatformBranches action and then
displays a list of platform branches.
A larger BranchOrder value designates a newer platform branch within the platform.
branchOrder - An ordinal number that designates the order in which platform branches have been added to a platform.
This can be helpful, for example, if your code calls the ListPlatformBranches action and
then displays a list of platform branches.
A larger BranchOrder value designates a newer platform branch within the platform.
PlatformBranchSummary.Builder supportedTierList(Collection<String> supportedTierList)
The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard | Worker/SQS/HTTP
supportedTierList - The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard | Worker/SQS/HTTP
PlatformBranchSummary.Builder supportedTierList(String... supportedTierList)
The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard | Worker/SQS/HTTP
supportedTierList - The environment tiers that platform versions in this branch support.
Possible values: WebServer/Standard | Worker/SQS/HTTP
Copyright © 2020. All rights reserved.