public static interface GetDifferencesResponse.Builder extends CodeCommitResponse.Builder, SdkPojo, CopyableBuilder<GetDifferencesResponse.Builder,GetDifferencesResponse>
| Modifier and Type | Method and Description |
|---|---|
GetDifferencesResponse.Builder |
differences(Collection<Difference> differences)
A 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 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 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, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetDifferencesResponse.Builder differences(Collection<Difference> differences)
A data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
differences - A 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 data type object that contains information about the differences, including whether the difference is added, modified, or deleted (A, D, M).
differences - A 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 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 method that creates an instance of theDifference.Builder avoiding the need to create one
manually via Difference.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #differences(List.
differences - a consumer that will call methods on
Difference.Builder#differences(java.util.Collection) 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 © 2022. All rights reserved.