public static interface ExportThemesResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<ExportThemesResponse.Builder,ExportThemesResponse>
| Modifier and Type | Method and Description |
|---|---|
ExportThemesResponse.Builder |
entities(Collection<Theme> entities)
Represents the configuration of the exported themes.
|
ExportThemesResponse.Builder |
entities(Consumer<Theme.Builder>... entities)
Represents the configuration of the exported themes.
|
ExportThemesResponse.Builder |
entities(Theme... entities)
Represents the configuration of the exported themes.
|
ExportThemesResponse.Builder |
nextToken(String nextToken)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportThemesResponse.Builder entities(Collection<Theme> entities)
Represents the configuration of the exported themes.
entities - Represents the configuration of the exported themes.ExportThemesResponse.Builder entities(Theme... entities)
Represents the configuration of the exported themes.
entities - Represents the configuration of the exported themes.ExportThemesResponse.Builder entities(Consumer<Theme.Builder>... entities)
Represents the configuration of the exported themes.
This is a convenience method that creates an instance of theTheme.Builder avoiding the need to create one
manually via Theme.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #entities(List.
entities - a consumer that will call methods on
Theme.Builder#entities(java.util.Collection) ExportThemesResponse.Builder nextToken(String nextToken)
The pagination token that's included if more results are available.
nextToken - The pagination token that's included if more results are available.Copyright © 2023. All rights reserved.