public static interface ListFormsRequest.Builder extends AmplifyUiBuilderRequest.Builder, SdkPojo, CopyableBuilder<ListFormsRequest.Builder,ListFormsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListFormsRequest.Builder |
appId(String appId)
The unique ID for the Amplify app.
|
ListFormsRequest.Builder |
environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
|
ListFormsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of forms to retrieve.
|
ListFormsRequest.Builder |
nextToken(String nextToken)
The token to request the next page of results.
|
ListFormsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListFormsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListFormsRequest.Builder appId(String appId)
The unique ID for the Amplify app.
appId - The unique ID for the Amplify app.ListFormsRequest.Builder environmentName(String environmentName)
The name of the backend environment that is a part of the Amplify app.
environmentName - The name of the backend environment that is a part of the Amplify app.ListFormsRequest.Builder maxResults(Integer maxResults)
The maximum number of forms to retrieve.
maxResults - The maximum number of forms to retrieve.ListFormsRequest.Builder nextToken(String nextToken)
The token to request the next page of results.
nextToken - The token to request the next page of results.ListFormsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListFormsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.