Interface UpdateBranchResponse.Builder

All Superinterfaces:
AmplifyResponse.Builder, AwsResponse.Builder, Buildable, CopyableBuilder<UpdateBranchResponse.Builder,UpdateBranchResponse>, SdkBuilder<UpdateBranchResponse.Builder,UpdateBranchResponse>, SdkPojo, SdkResponse.Builder
Enclosing class:
UpdateBranchResponse

public static interface UpdateBranchResponse.Builder extends AmplifyResponse.Builder, SdkPojo, CopyableBuilder<UpdateBranchResponse.Builder,UpdateBranchResponse>
  • Method Details

    • branch

      The branch for an Amplify app, which maps to a third-party repository branch.

      Parameters:
      branch - The branch for an Amplify app, which maps to a third-party repository branch.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • branch

      The branch for an Amplify app, which maps to a third-party repository branch.

      This is a convenience method that creates an instance of the Branch.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).

      Parameters:
      branch - a consumer that will call methods on Branch.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: