Interface EnvironmentTemplateSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EnvironmentTemplateSummary.Builder,
,EnvironmentTemplateSummary> SdkBuilder<EnvironmentTemplateSummary.Builder,
,EnvironmentTemplateSummary> SdkPojo
- Enclosing class:
EnvironmentTemplateSummary
@Mutable
@NotThreadSafe
public static interface EnvironmentTemplateSummary.Builder
extends SdkPojo, CopyableBuilder<EnvironmentTemplateSummary.Builder,EnvironmentTemplateSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the environment template.The time when the environment template was created.description
(String description) A description of the environment template.displayName
(String displayName) The name of the environment template as displayed in the developer interface.lastModifiedAt
(Instant lastModifiedAt) The time when the environment template was last modified.The name of the environment template.provisioning
(String provisioning) When included, indicates that the environment template is for customer provisioned and managed infrastructure.provisioning
(Provisioning provisioning) When included, indicates that the environment template is for customer provisioned and managed infrastructure.recommendedVersion
(String recommendedVersion) The recommended version 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, sdkFieldNameToField, sdkFields
-
Method Details
-
arn
The Amazon Resource Name (ARN) of the environment template.
- Parameters:
arn
- The Amazon Resource Name (ARN) of the environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The time when the environment template was created.
- Parameters:
createdAt
- The time when the environment template was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the environment template.
- Parameters:
description
- A description of the environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
displayName
The name of the environment template as displayed in the developer interface.
- Parameters:
displayName
- The name of the environment template as displayed in the developer interface.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedAt
The time when the environment template was last modified.
- Parameters:
lastModifiedAt
- The time when the environment template was last modified.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the environment template.
- Parameters:
name
- The name of the environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
provisioning
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
- Parameters:
provisioning
- When included, indicates that the environment template is for customer provisioned and managed infrastructure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
provisioning
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
- Parameters:
provisioning
- When included, indicates that the environment template is for customer provisioned and managed infrastructure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
recommendedVersion
The recommended version of the environment template.
- Parameters:
recommendedVersion
- The recommended version of the environment template.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-