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.BuilderappId(String appId)The unique ID for the app associated with the theme summary.ThemeSummary.BuilderenvironmentName(String environmentName)The name of the backend environment that is part of the Amplify app.ThemeSummary.Builderid(String id)The ID of the theme.ThemeSummary.Buildername(String name)The name 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
-
appId
ThemeSummary.Builder appId(String appId)
The 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.
-
environmentName
ThemeSummary.Builder environmentName(String environmentName)
The 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.
-
id
ThemeSummary.Builder id(String id)
The 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.
-
name
ThemeSummary.Builder name(String name)
The 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.
-
-