public static interface ExportComponentsResponse.Builder extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<ExportComponentsResponse.Builder,ExportComponentsResponse>
| Modifier and Type | Method and Description |
|---|---|
ExportComponentsResponse.Builder |
entities(Collection<Component> entities)
Represents the configuration of the exported components.
|
ExportComponentsResponse.Builder |
entities(Component... entities)
Represents the configuration of the exported components.
|
ExportComponentsResponse.Builder |
entities(Consumer<Component.Builder>... entities)
Represents the configuration of the exported components.
|
ExportComponentsResponse.Builder |
nextToken(String nextToken)
The pagination token that's included if more results are available.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildExportComponentsResponse.Builder entities(Collection<Component> entities)
Represents the configuration of the exported components.
entities - Represents the configuration of the exported components.ExportComponentsResponse.Builder entities(Component... entities)
Represents the configuration of the exported components.
entities - Represents the configuration of the exported components.ExportComponentsResponse.Builder entities(Consumer<Component.Builder>... entities)
Represents the configuration of the exported components.
This is a convenience method that creates an instance of theComponent.Builder avoiding the need to create
one manually via Component.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
Component.Builder#entities(java.util.Collection) ExportComponentsResponse.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 © 2022. All rights reserved.