Interface ListThemesResponse.Builder
- All Superinterfaces:
- AmplifyUiBuilderResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListThemesResponse.Builder,,- ListThemesResponse> - SdkBuilder<ListThemesResponse.Builder,,- ListThemesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListThemesResponse
@Mutable
@NotThreadSafe
public static interface ListThemesResponse.Builder
extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<ListThemesResponse.Builder,ListThemesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionentities(Collection<ThemeSummary> entities) The list of themes for the Amplify app.entities(Consumer<ThemeSummary.Builder>... entities) The list of themes for the Amplify app.entities(ThemeSummary... entities) The list of themes for the Amplify app.The pagination token that's returned if more results are available.Methods inherited from interface software.amazon.awssdk.services.amplifyuibuilder.model.AmplifyUiBuilderResponse.Builderbuild, responseMetadata, responseMetadataMethods 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, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
entitiesThe list of themes for the Amplify app. - Parameters:
- entities- The list of themes for the Amplify app.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entitiesThe list of themes for the Amplify app. - Parameters:
- entities- The list of themes for the Amplify app.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entitiesThe list of themes for the Amplify app. This is a convenience method that creates an instance of theThemeSummary.Builderavoiding the need to create one manually viaThemeSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentities(List<ThemeSummary>).- Parameters:
- entities- a consumer that will call methods on- ThemeSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe pagination token that's returned if more results are available. - Parameters:
- nextToken- The pagination token that's returned if more results are available.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-