Interface ListFormsResponse.Builder
- All Superinterfaces:
- AmplifyUiBuilderResponse.Builder,- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListFormsResponse.Builder,,- ListFormsResponse> - SdkBuilder<ListFormsResponse.Builder,,- ListFormsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListFormsResponse
@Mutable
@NotThreadSafe
public static interface ListFormsResponse.Builder
extends AmplifyUiBuilderResponse.Builder, SdkPojo, CopyableBuilder<ListFormsResponse.Builder,ListFormsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionentities(Collection<FormSummary> entities) The list of forms for the Amplify app.entities(Consumer<FormSummary.Builder>... entities) The list of forms for the Amplify app.entities(FormSummary... entities) The list of forms for the Amplify app.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- 
entitiesThe list of forms for the Amplify app. - Parameters:
- entities- The list of forms for the Amplify app.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entitiesThe list of forms for the Amplify app. - Parameters:
- entities- The list of forms for the Amplify app.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
entitiesThe list of forms for the Amplify app. This is a convenience method that creates an instance of theFormSummary.Builderavoiding the need to create one manually viaFormSummary.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toentities(List<FormSummary>).- Parameters:
- entities- a consumer that will call methods on- FormSummary.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.
 
 
-