Interface ListBranchesRequest.Builder
-
- All Superinterfaces:
AmplifyRequest.Builder,AwsRequest.Builder,Buildable,CopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>,SdkBuilder<ListBranchesRequest.Builder,ListBranchesRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- ListBranchesRequest
public static interface ListBranchesRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<ListBranchesRequest.Builder,ListBranchesRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListBranchesRequest.BuilderappId(String appId)The unique ID for an Amplify app.ListBranchesRequest.BuildermaxResults(Integer maxResults)The maximum number of records to list in a single response.ListBranchesRequest.BuildernextToken(String nextToken)A pagination token.ListBranchesRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)ListBranchesRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.services.amplify.model.AmplifyRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
appId
ListBranchesRequest.Builder appId(String appId)
The unique ID for an Amplify app.
- Parameters:
appId- The unique ID for an Amplify app.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextToken
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.
- Parameters:
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.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
maxResults
ListBranchesRequest.Builder maxResults(Integer maxResults)
The maximum number of records to list in a single response.
- Parameters:
maxResults- The maximum number of records to list in a single response.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
ListBranchesRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
ListBranchesRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-