public static interface ListBackendEnvironmentsRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<ListBackendEnvironmentsRequest.Builder,ListBackendEnvironmentsRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBackendEnvironmentsRequest.Builder |
appId(String appId)
The unique ID for an Amplify app.
|
ListBackendEnvironmentsRequest.Builder |
environmentName(String environmentName)
The name of the backend environment
|
ListBackendEnvironmentsRequest.Builder |
maxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
ListBackendEnvironmentsRequest.Builder |
nextToken(String nextToken)
A pagination token.
|
ListBackendEnvironmentsRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBackendEnvironmentsRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBackendEnvironmentsRequest.Builder appId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.ListBackendEnvironmentsRequest.Builder environmentName(String environmentName)
The name of the backend environment
environmentName - The name of the backend environmentListBackendEnvironmentsRequest.Builder nextToken(String nextToken)
A pagination token. Set to null to start listing backend environments from the start. If a non-null pagination token is returned in a result, pass its value in here to list more backend environments.
nextToken - A pagination token. Set to null to start listing backend environments from the start. If a non-null
pagination token is returned in a result, pass its value in here to list more backend environments.ListBackendEnvironmentsRequest.Builder maxResults(Integer maxResults)
The maximum number of records to list in a single response.
maxResults - The maximum number of records to list in a single response.ListBackendEnvironmentsRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBackendEnvironmentsRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2022. All rights reserved.