public static interface EnvironmentTemplate.Builder extends SdkPojo, CopyableBuilder<EnvironmentTemplate.Builder,EnvironmentTemplate>
| Modifier and Type | Method and Description |
|---|---|
EnvironmentTemplate.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the environment template.
|
EnvironmentTemplate.Builder |
createdAt(Instant createdAt)
The time when the environment template was created.
|
EnvironmentTemplate.Builder |
description(String description)
A description of the environment template.
|
EnvironmentTemplate.Builder |
displayName(String displayName)
The name of the environment template as displayed in the developer interface.
|
EnvironmentTemplate.Builder |
encryptionKey(String encryptionKey)
The customer provided encryption key for the environment template.
|
EnvironmentTemplate.Builder |
lastModifiedAt(Instant lastModifiedAt)
The time when the environment template was last modified.
|
EnvironmentTemplate.Builder |
name(String name)
The name of the environment template.
|
EnvironmentTemplate.Builder |
provisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed
infrastructure.
|
EnvironmentTemplate.Builder |
provisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed
infrastructure.
|
EnvironmentTemplate.Builder |
recommendedVersion(String recommendedVersion)
The ID of the recommended version of the environment template.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildEnvironmentTemplate.Builder arn(String arn)
The Amazon Resource Name (ARN) of the environment template.
arn - The Amazon Resource Name (ARN) of the environment template.EnvironmentTemplate.Builder createdAt(Instant createdAt)
The time when the environment template was created.
createdAt - The time when the environment template was created.EnvironmentTemplate.Builder description(String description)
A description of the environment template.
description - A description of the environment template.EnvironmentTemplate.Builder displayName(String displayName)
The name of the environment template as displayed in the developer interface.
displayName - The name of the environment template as displayed in the developer interface.EnvironmentTemplate.Builder encryptionKey(String encryptionKey)
The customer provided encryption key for the environment template.
encryptionKey - The customer provided encryption key for the environment template.EnvironmentTemplate.Builder lastModifiedAt(Instant lastModifiedAt)
The time when the environment template was last modified.
lastModifiedAt - The time when the environment template was last modified.EnvironmentTemplate.Builder name(String name)
The name of the environment template.
name - The name of the environment template.EnvironmentTemplate.Builder provisioning(String provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
provisioning - When included, indicates that the environment template is for customer provisioned and managed
infrastructure.Provisioning,
ProvisioningEnvironmentTemplate.Builder provisioning(Provisioning provisioning)
When included, indicates that the environment template is for customer provisioned and managed infrastructure.
provisioning - When included, indicates that the environment template is for customer provisioned and managed
infrastructure.Provisioning,
ProvisioningEnvironmentTemplate.Builder recommendedVersion(String recommendedVersion)
The ID of the recommended version of the environment template.
recommendedVersion - The ID of the recommended version of the environment template.Copyright © 2023. All rights reserved.