public static interface TemplateAlias.Builder extends SdkPojo, CopyableBuilder<TemplateAlias.Builder,TemplateAlias>
| Modifier and Type | Method and Description |
|---|---|
TemplateAlias.Builder |
aliasName(String aliasName)
The display name of the template alias.
|
TemplateAlias.Builder |
arn(String arn)
The Amazon Resource Name (ARN) of the template alias.
|
TemplateAlias.Builder |
templateVersionNumber(Long templateVersionNumber)
The version number of the template alias.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildTemplateAlias.Builder aliasName(String aliasName)
The display name of the template alias.
aliasName - The display name of the template alias.TemplateAlias.Builder arn(String arn)
The Amazon Resource Name (ARN) of the template alias.
arn - The Amazon Resource Name (ARN) of the template alias.TemplateAlias.Builder templateVersionNumber(Long templateVersionNumber)
The version number of the template alias.
templateVersionNumber - The version number of the template alias.Copyright © 2020. All rights reserved.