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