public static interface PlatformSummary.Builder extends SdkPojo, CopyableBuilder<PlatformSummary.Builder,PlatformSummary>
| Modifier and Type | Method and Description |
|---|---|
PlatformSummary.Builder |
operatingSystemName(String operatingSystemName)
The operating system used by the platform version.
|
PlatformSummary.Builder |
operatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform version.
|
PlatformSummary.Builder |
platformArn(String platformArn)
The ARN of the platform version.
|
PlatformSummary.Builder |
platformBranchLifecycleState(String platformBranchLifecycleState)
The state of the platform version's branch in its lifecycle.
|
PlatformSummary.Builder |
platformBranchName(String platformBranchName)
The platform branch to which the platform version belongs.
|
PlatformSummary.Builder |
platformCategory(String platformCategory)
The category of platform version.
|
PlatformSummary.Builder |
platformLifecycleState(String platformLifecycleState)
The state of the platform version in its lifecycle.
|
PlatformSummary.Builder |
platformOwner(String platformOwner)
The AWS account ID of the person who created the platform version.
|
PlatformSummary.Builder |
platformStatus(PlatformStatus platformStatus)
The status of the platform version.
|
PlatformSummary.Builder |
platformStatus(String platformStatus)
The status of the platform version.
|
PlatformSummary.Builder |
platformVersion(String platformVersion)
The version string of the platform version.
|
PlatformSummary.Builder |
supportedAddonList(Collection<String> supportedAddonList)
The additions associated with the platform version.
|
PlatformSummary.Builder |
supportedAddonList(String... supportedAddonList)
The additions associated with the platform version.
|
PlatformSummary.Builder |
supportedTierList(Collection<String> supportedTierList)
The tiers in which the platform version runs.
|
PlatformSummary.Builder |
supportedTierList(String... supportedTierList)
The tiers in which the platform version runs.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildPlatformSummary.Builder platformArn(String platformArn)
The ARN of the platform version.
platformArn - The ARN of the platform version.PlatformSummary.Builder platformOwner(String platformOwner)
The AWS account ID of the person who created the platform version.
platformOwner - The AWS account ID of the person who created the platform version.PlatformSummary.Builder platformStatus(String platformStatus)
The status of the platform version. You can create an environment from the platform version once it is ready.
platformStatus - The status of the platform version. You can create an environment from the platform version once it is
ready.PlatformStatus,
PlatformStatusPlatformSummary.Builder platformStatus(PlatformStatus platformStatus)
The status of the platform version. You can create an environment from the platform version once it is ready.
platformStatus - The status of the platform version. You can create an environment from the platform version once it is
ready.PlatformStatus,
PlatformStatusPlatformSummary.Builder platformCategory(String platformCategory)
The category of platform version.
platformCategory - The category of platform version.PlatformSummary.Builder operatingSystemName(String operatingSystemName)
The operating system used by the platform version.
operatingSystemName - The operating system used by the platform version.PlatformSummary.Builder operatingSystemVersion(String operatingSystemVersion)
The version of the operating system used by the platform version.
operatingSystemVersion - The version of the operating system used by the platform version.PlatformSummary.Builder supportedTierList(Collection<String> supportedTierList)
The tiers in which the platform version runs.
supportedTierList - The tiers in which the platform version runs.PlatformSummary.Builder supportedTierList(String... supportedTierList)
The tiers in which the platform version runs.
supportedTierList - The tiers in which the platform version runs.PlatformSummary.Builder supportedAddonList(Collection<String> supportedAddonList)
The additions associated with the platform version.
supportedAddonList - The additions associated with the platform version.PlatformSummary.Builder supportedAddonList(String... supportedAddonList)
The additions associated with the platform version.
supportedAddonList - The additions associated with the platform version.PlatformSummary.Builder platformLifecycleState(String platformLifecycleState)
The state of the platform version in its lifecycle.
Possible values: recommended | empty
If an empty value is returned, the platform version is supported but isn't the recommended one for its branch.
platformLifecycleState - The state of the platform version in its lifecycle.
Possible values: recommended | empty
If an empty value is returned, the platform version is supported but isn't the recommended one for its branch.
PlatformSummary.Builder platformVersion(String platformVersion)
The version string of the platform version.
platformVersion - The version string of the platform version.PlatformSummary.Builder platformBranchName(String platformBranchName)
The platform branch to which the platform version belongs.
platformBranchName - The platform branch to which the platform version belongs.PlatformSummary.Builder platformBranchLifecycleState(String platformBranchLifecycleState)
The state of the platform version's branch in its lifecycle.
Possible values: beta | supported | deprecated | retired
platformBranchLifecycleState - The state of the platform version's branch in its lifecycle.
Possible values: beta | supported | deprecated |
retired
Copyright © 2020. All rights reserved.