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 unique ID for the app associated with the theme summary.environmentName(String environmentName) The name of the backend environment that is part of the Amplify app.The ID of the theme.The name 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- 
appIdThe unique ID for the app associated with the theme summary. - Parameters:
- appId- The unique ID for the app associated with the theme summary.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
environmentNameThe name of the backend environment that is part of the Amplify app. - Parameters:
- environmentName- The name of the backend environment that is part of the Amplify app.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
idThe ID of the theme. - Parameters:
- id- The ID of the theme.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
nameThe name of the theme. - Parameters:
- name- The name of the theme.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-