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(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.
|
build
copy
apply, build
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).
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 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.