Interface ExportThemesResponse.Builder
- All Superinterfaces:
- AmplifyUiBuilderResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<ExportThemesResponse.Builder,,- ExportThemesResponse> - SdkBuilder<ExportThemesResponse.Builder,,- ExportThemesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ExportThemesResponse
@Mutable
@NotThreadSafe
public static interface ExportThemesResponse.Builder
extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<ExportThemesResponse.Builder,ExportThemesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionentities(Collection<Theme> entities) Represents the configuration of the exported themes.entities(Consumer<Theme.Builder>... entities) Represents the configuration of the exported themes.Represents the configuration of the exported themes.The pagination token that's included 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- 
entitiesRepresents the configuration of the exported themes. - Parameters:
- entities- Represents the configuration of the exported themes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entitiesRepresents the configuration of the exported themes. - Parameters:
- entities- Represents the configuration of the exported themes.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entitiesRepresents the configuration of the exported themes. This is a convenience method that creates an instance of theTheme.Builderavoiding the need to create one manually viaTheme.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentities(List<Theme>).- Parameters:
- entities- a consumer that will call methods on- Theme.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenThe pagination token that's included if more results are available. - Parameters:
- nextToken- The pagination token that's included if more results are available.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-