public static interface EnvironmentTemplateVersion.Builder extends SdkPojo, CopyableBuilder<EnvironmentTemplateVersion.Builder,EnvironmentTemplateVersion>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentTemplateVersion.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the version of an environment template.
|
EnvironmentTemplateVersion.Builder |
createdAt(Instant createdAt)
The time when the version of an environment template was created.
|
EnvironmentTemplateVersion.Builder |
description(String description)
A description of the minor version of an environment template.
|
EnvironmentTemplateVersion.Builder |
lastModifiedAt(Instant lastModifiedAt)
The time when the version of an environment template was last modified.
|
EnvironmentTemplateVersion.Builder |
majorVersion(String majorVersion)
The latest major version that's associated with the version of an environment template.
|
EnvironmentTemplateVersion.Builder |
minorVersion(String minorVersion)
The minor version of an environment template.
|
EnvironmentTemplateVersion.Builder |
recommendedMinorVersion(String recommendedMinorVersion)
The recommended minor version of the environment template.
|
EnvironmentTemplateVersion.Builder |
schema(String schema)
The schema of the version of an environment template.
|
EnvironmentTemplateVersion.Builder |
status(String status)
The status of the version of an environment template.
|
EnvironmentTemplateVersion.Builder |
status(TemplateVersionStatus status)
The status of the version of an environment template.
|
EnvironmentTemplateVersion.Builder |
statusMessage(String statusMessage)
The status message of the version of an environment template.
|
EnvironmentTemplateVersion.Builder |
templateName(String templateName)
The name of the version of an environment template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentTemplateVersion.Builder arn(String arn)
The Amazon Resource Name (ARN) of the version of an environment template.
arn - The Amazon Resource Name (ARN) of the version of an environment template.EnvironmentTemplateVersion.Builder createdAt(Instant createdAt)
The time when the version of an environment template was created.
createdAt - The time when the version of an environment template was created.EnvironmentTemplateVersion.Builder description(String description)
A description of the minor version of an environment template.
description - A description of the minor version of an environment template.EnvironmentTemplateVersion.Builder lastModifiedAt(Instant lastModifiedAt)
The time when the version of an environment template was last modified.
lastModifiedAt - The time when the version of an environment template was last modified.EnvironmentTemplateVersion.Builder majorVersion(String majorVersion)
The latest major version that's associated with the version of an environment template.
majorVersion - The latest major version that's associated with the version of an environment template.EnvironmentTemplateVersion.Builder minorVersion(String minorVersion)
The minor version of an environment template.
minorVersion - The minor version of an environment template.EnvironmentTemplateVersion.Builder recommendedMinorVersion(String recommendedMinorVersion)
The recommended minor version of the environment template.
recommendedMinorVersion - The recommended minor version of the environment template.EnvironmentTemplateVersion.Builder schema(String schema)
The schema of the version of an environment template.
schema - The schema of the version of an environment template.EnvironmentTemplateVersion.Builder status(String status)
The status of the version of an environment template.
status - The status of the version of an environment template.TemplateVersionStatus,
TemplateVersionStatusEnvironmentTemplateVersion.Builder status(TemplateVersionStatus status)
The status of the version of an environment template.
status - The status of the version of an environment template.TemplateVersionStatus,
TemplateVersionStatusEnvironmentTemplateVersion.Builder statusMessage(String statusMessage)
The status message of the version of an environment template.
statusMessage - The status message of the version of an environment template.EnvironmentTemplateVersion.Builder templateName(String templateName)
The name of the version of an environment template.
templateName - The name of the version of an environment template.Copyright © 2023. All rights reserved.