public static interface ListBranchesRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
| Modifier and Type | Method and Description |
|---|---|
ListBranchesRequest.Builder |
appId(String appId)
The unique ID for an Amplify app.
|
ListBranchesRequest.Builder |
maxResults(Integer maxResults)
The maximum number of records to list in a single response.
|
ListBranchesRequest.Builder |
nextToken(String nextToken)
A pagination token.
|
ListBranchesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListBranchesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListBranchesRequest.Builder appId(String appId)
The unique ID for an Amplify app.
appId - The unique ID for an Amplify app.ListBranchesRequest.Builder nextToken(String nextToken)
A pagination token. Set to null to start listing branches from the start. If a non-null pagination token is returned in a result, pass its value in here to list more branches.
nextToken - A pagination token. Set to null to start listing branches from the start. If a non-null pagination
token is returned in a result, pass its value in here to list more branches.ListBranchesRequest.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.ListBranchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListBranchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.