Interface ThemeSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ThemeSummary.Builder,ThemeSummary>,SdkBuilder<ThemeSummary.Builder,ThemeSummary>,SdkPojo
- Enclosing class:
- ThemeSummary
public static interface ThemeSummary.Builder extends SdkPojo, CopyableBuilder<ThemeSummary.Builder,ThemeSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ThemeSummary.Builderarn(String arn)The Amazon Resource Name (ARN) of the resource.ThemeSummary.BuildercreatedTime(Instant createdTime)The date and time that this theme was created.ThemeSummary.BuilderlastUpdatedTime(Instant lastUpdatedTime)The last date and time that this theme was updated.ThemeSummary.BuilderlatestVersionNumber(Long latestVersionNumber)The latest version number for the theme.ThemeSummary.Buildername(String name)the display name for the theme.ThemeSummary.BuilderthemeId(String themeId)The ID of the theme.-
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
ThemeSummary.Builder arn(String arn)
The Amazon Resource Name (ARN) of the resource.
- Parameters:
arn- The Amazon Resource Name (ARN) of the resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
ThemeSummary.Builder name(String name)
the display name for the theme.
- Parameters:
name- the display name for the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
themeId
ThemeSummary.Builder themeId(String themeId)
The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.
- Parameters:
themeId- The ID of the theme. This ID is unique per Amazon Web Services Region for each Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
latestVersionNumber
ThemeSummary.Builder latestVersionNumber(Long latestVersionNumber)
The latest version number for the theme.
- Parameters:
latestVersionNumber- The latest version number for the theme.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdTime
ThemeSummary.Builder createdTime(Instant createdTime)
The date and time that this theme was created.
- Parameters:
createdTime- The date and time that this theme was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastUpdatedTime
ThemeSummary.Builder lastUpdatedTime(Instant lastUpdatedTime)
The last date and time that this theme was updated.
- Parameters:
lastUpdatedTime- The last date and time that this theme was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-