public static interface DeleteBranchResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<DeleteBranchResponse.Builder,DeleteBranchResponse>
| Modifier and Type | Method and Description |
|---|---|
DeleteBranchResponse.Builder |
branch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
default DeleteBranchResponse.Builder |
branch(Consumer<Branch.Builder> branch)
The branch for an Amplify app, which maps to a third-party repository branch.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDeleteBranchResponse.Builder branch(Branch branch)
The branch for an Amplify app, which maps to a third-party repository branch.
branch - The branch for an Amplify app, which maps to a third-party repository branch.default DeleteBranchResponse.Builder branch(Consumer<Branch.Builder> branch)
The branch for an Amplify app, which maps to a third-party repository branch.
This is a convenience that creates an instance of theBranch.Builder avoiding the need to create one
manually via Branch.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to branch(Branch).branch - a consumer that will call methods on Branch.Builderbranch(Branch)Copyright © 2022. All rights reserved.