Interface ThemeAlias.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ThemeAlias.Builder,ThemeAlias>,SdkBuilder<ThemeAlias.Builder,ThemeAlias>,SdkPojo
- Enclosing class:
- ThemeAlias
public static interface ThemeAlias.Builder extends SdkPojo, CopyableBuilder<ThemeAlias.Builder,ThemeAlias>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThemeAlias.BuilderaliasName(String aliasName)The display name of the theme alias.ThemeAlias.Builderarn(String arn)The Amazon Resource Name (ARN) of the theme alias.ThemeAlias.BuilderthemeVersionNumber(Long themeVersionNumber)The version number of the theme alias.-
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
ThemeAlias.Builder arn(String arn)
The Amazon Resource Name (ARN) of the theme alias.
- Parameters:
arn- The Amazon Resource Name (ARN) of the theme alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
aliasName
ThemeAlias.Builder aliasName(String aliasName)
The display name of the theme alias.
- Parameters:
aliasName- The display name of the theme alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeVersionNumber
ThemeAlias.Builder themeVersionNumber(Long themeVersionNumber)
The version number of the theme alias.
- Parameters:
themeVersionNumber- The version number of the theme alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-