public static interface GetDifferencesResponse.Builder extends CodeCommitResponse.Builder, CopyableBuilder<GetDifferencesResponse.Builder,GetDifferencesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDifferencesResponse.Builder |
differences(Collection<Difference> differences)
A differences data type object that contains information about the differences, including whether the
difference is added, modified, or deleted (A, D, M).
|
GetDifferencesResponse.Builder |
differences(Consumer<Difference.Builder>... differences)
A differences data type object that contains information about the differences, including whether the
difference is added, modified, or deleted (A, D, M).
|
GetDifferencesResponse.Builder |
differences(Difference... differences)
A differences data type object that contains information about the differences, including whether the
difference is added, modified, or deleted (A, D, M).
|
GetDifferencesResponse.Builder |
nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
|
buildsdkHttpResponse, sdkHttpResponsecopyapply, buildGetDifferencesResponse.Builder differences(Collection<Difference> differences)
A differences data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
differences - A differences data type object that contains information about the differences, including whether the
difference is added, modified, or deleted (A, D, M).GetDifferencesResponse.Builder differences(Difference... differences)
A differences data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
differences - A differences data type object that contains information about the differences, including whether the
difference is added, modified, or deleted (A, D, M).GetDifferencesResponse.Builder differences(Consumer<Difference.Builder>... differences)
A differences data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
This is a convenience that creates an instance of theList.Builder avoiding the need to
create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #differences(List) .differences - a consumer that will call methods on List.Builder #differences(List) GetDifferencesResponse.Builder nextToken(String nextToken)
An enumeration token that can be used in a request to return the next batch of the results.
nextToken - An enumeration token that can be used in a request to return the next batch of the results.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.