ToCopyableBuilder<PlatformSummary.Builder,PlatformSummary>
@Generated("software.amazon.awssdk:codegen") public class PlatformSummary extends Object implements ToCopyableBuilder<PlatformSummary.Builder,PlatformSummary>
Detailed information about a platform.
Modifier and Type | Class | Description |
---|---|---|
static interface |
PlatformSummary.Builder |
Modifier and Type | Method | Description |
---|---|---|
static PlatformSummary.Builder |
builder() |
|
boolean |
equals(Object obj) |
|
int |
hashCode() |
|
String |
operatingSystemName() |
The operating system used by the platform.
|
String |
operatingSystemVersion() |
The version of the operating system used by the platform.
|
String |
platformArn() |
The ARN of the platform.
|
String |
platformCategory() |
The category of platform.
|
String |
platformOwner() |
The AWS account ID of the person who created the platform.
|
String |
platformStatus() |
The status of the platform.
|
static Class<? extends PlatformSummary.Builder> |
serializableBuilderClass() |
|
List<String> |
supportedAddonList() |
The additions associated with the platform.
|
List<String> |
supportedTierList() |
The tiers in which the platform runs.
|
PlatformSummary.Builder |
toBuilder() |
Take this object and create a builder that contains all of the current property values of this object.
|
String |
toString() |
public String platformArn()
The ARN of the platform.
public String platformOwner()
The AWS account ID of the person who created the platform.
public String platformStatus()
The status of the platform. You can create an environment from the platform once it is ready.
PlatformStatus
public String platformCategory()
The category of platform.
public String operatingSystemName()
The operating system used by the platform.
public String operatingSystemVersion()
The version of the operating system used by the platform.
public List<String> supportedTierList()
The tiers in which the platform runs.
public List<String> supportedAddonList()
The additions associated with the platform.
public PlatformSummary.Builder toBuilder()
ToCopyableBuilder
toBuilder
in interface ToCopyableBuilder<PlatformSummary.Builder,PlatformSummary>
public static PlatformSummary.Builder builder()
public static Class<? extends PlatformSummary.Builder> serializableBuilderClass()
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.