public static interface GetBranchRequest.Builder extends AmplifyRequest.Builder, SdkPojo, CopyableBuilder<GetBranchRequest.Builder,GetBranchRequest>
Modifier and Type | Method and Description |
---|---|
GetBranchRequest.Builder |
appId(String appId)
Unique Id for an Amplify App.
|
GetBranchRequest.Builder |
branchName(String branchName)
Name for the branch.
|
GetBranchRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
Add an optional request override configuration.
|
GetBranchRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
Add an optional request override configuration.
|
build
overrideConfiguration
copy
applyMutation, build
GetBranchRequest.Builder appId(String appId)
Unique Id for an Amplify App.
appId
- Unique Id for an Amplify App.GetBranchRequest.Builder branchName(String branchName)
Name for the branch.
branchName
- Name for the branch.GetBranchRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
AwsRequest.Builder
overrideConfiguration
in interface AwsRequest.Builder
overrideConfiguration
- The override configuration.GetBranchRequest.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.