Interface ThemeSummary.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<ThemeSummary.Builder,,- ThemeSummary> - SdkBuilder<ThemeSummary.Builder,,- ThemeSummary> - SdkPojo
- Enclosing class:
- ThemeSummary
@Mutable
@NotThreadSafe
public static interface ThemeSummary.Builder
extends SdkPojo, CopyableBuilder<ThemeSummary.Builder,ThemeSummary> 
- 
Method SummaryModifier and TypeMethodDescriptionThe Amazon Resource Name (ARN) of the resource.createdTime(Instant createdTime) The date and time that this theme was created.lastUpdatedTime(Instant lastUpdatedTime) The last date and time that this theme was updated.latestVersionNumber(Long latestVersionNumber) The latest version number for the theme.the display name for the theme.The ID of the theme.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
arnThe 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.
 
- 
namethe 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.
 
- 
themeIdThe 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.
 
- 
latestVersionNumberThe 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.
 
- 
createdTimeThe 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.
 
- 
lastUpdatedTimeThe 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.
 
 
-