public static interface ListBranchesRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
Modifier and Type | Method and Description |
---|---|
ListBranchesRequest.Builder |
appId(String appId)
Unique Id for an Amplify App.
|
ListBranchesRequest.Builder |
maxResults(Integer maxResults)
Maximum number of records to list in a single response.
|
ListBranchesRequest.Builder |
nextToken(String nextToken)
Pagination token.
|
ListBranchesRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
ListBranchesRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
ListBranchesRequest.Builder appId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.ListBranchesRequest.Builder nextToken(String nextToken)
Pagination token. Set to null to start listing branches from start. If a non-null pagination token is returned in a result, then pass its value in here to list more branches.
nextToken
- Pagination token. Set to null to start listing branches from start. If a non-null pagination token is
returned in a result, then pass its value in here to list more branches.ListBranchesRequest.Builder maxResults(Integer maxResults)
Maximum number of records to list in a single response.
maxResults
- Maximum number of records to list in a single response.ListBranchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.ListBranchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
builderConsumer
- A Consumer
to which an empty AwsRequestOverrideConfiguration.Builder
will be
given.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.