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