Interface EnvironmentTemplateVersionSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<EnvironmentTemplateVersionSummary.Builder,EnvironmentTemplateVersionSummary>,SdkBuilder<EnvironmentTemplateVersionSummary.Builder,EnvironmentTemplateVersionSummary>,SdkPojo
- Enclosing class:
- EnvironmentTemplateVersionSummary
public static interface EnvironmentTemplateVersionSummary.Builder extends SdkPojo, CopyableBuilder<EnvironmentTemplateVersionSummary.Builder,EnvironmentTemplateVersionSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description EnvironmentTemplateVersionSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the version of an environment template.EnvironmentTemplateVersionSummary.BuildercreatedAt(Instant createdAt)The time when the version of an environment template was created.EnvironmentTemplateVersionSummary.Builderdescription(String description)A description of the version of an environment template.EnvironmentTemplateVersionSummary.BuilderlastModifiedAt(Instant lastModifiedAt)The time when the version of an environment template was last modified.EnvironmentTemplateVersionSummary.BuildermajorVersion(String majorVersion)The latest major version that's associated with the version of an environment template.EnvironmentTemplateVersionSummary.BuilderminorVersion(String minorVersion)The version of an environment template.EnvironmentTemplateVersionSummary.BuilderrecommendedMinorVersion(String recommendedMinorVersion)The recommended minor version of the environment template.EnvironmentTemplateVersionSummary.Builderstatus(String status)The status of the version of an environment template.EnvironmentTemplateVersionSummary.Builderstatus(TemplateVersionStatus status)The status of the version of an environment template.EnvironmentTemplateVersionSummary.BuilderstatusMessage(String statusMessage)The status message of the version of an environment template.EnvironmentTemplateVersionSummary.BuildertemplateName(String templateName)The name of the environment template.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
arn
EnvironmentTemplateVersionSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the version of an environment template.
- Parameters:
arn- The Amazon Resource Name (ARN) of the version of an environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
EnvironmentTemplateVersionSummary.Builder createdAt(Instant createdAt)
The time when the version of an environment template was created.
- Parameters:
createdAt- The time when the version of an environment template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
EnvironmentTemplateVersionSummary.Builder description(String description)
A description of the version of an environment template.
- Parameters:
description- A description of the version of an environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedAt
EnvironmentTemplateVersionSummary.Builder lastModifiedAt(Instant lastModifiedAt)
The time when the version of an environment template was last modified.
- Parameters:
lastModifiedAt- The time when the version of an environment template was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
majorVersion
EnvironmentTemplateVersionSummary.Builder majorVersion(String majorVersion)
The latest major version that's associated with the version of an environment template.
- Parameters:
majorVersion- The latest major version that's associated with the version of an environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
minorVersion
EnvironmentTemplateVersionSummary.Builder minorVersion(String minorVersion)
The version of an environment template.
- Parameters:
minorVersion- The version of an environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
recommendedMinorVersion
EnvironmentTemplateVersionSummary.Builder recommendedMinorVersion(String recommendedMinorVersion)
The recommended minor version of the environment template.
- Parameters:
recommendedMinorVersion- The recommended minor version of the environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
status
EnvironmentTemplateVersionSummary.Builder status(String status)
The status of the version of an environment template.
- Parameters:
status- The status of the version of an environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TemplateVersionStatus,TemplateVersionStatus
-
status
EnvironmentTemplateVersionSummary.Builder status(TemplateVersionStatus status)
The status of the version of an environment template.
- Parameters:
status- The status of the version of an environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
TemplateVersionStatus,TemplateVersionStatus
-
statusMessage
EnvironmentTemplateVersionSummary.Builder statusMessage(String statusMessage)
The status message of the version of an environment template.
- Parameters:
statusMessage- The status message of the version of an environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
templateName
EnvironmentTemplateVersionSummary.Builder templateName(String templateName)
The name of the environment template.
- Parameters:
templateName- The name of the environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-