CopyableBuilder<GetDifferencesResponse.Builder,GetDifferencesResponse>
, SdkBuilder<GetDifferencesResponse.Builder,GetDifferencesResponse>
public static interface GetDifferencesResponse.Builder extends CopyableBuilder<GetDifferencesResponse.Builder,GetDifferencesResponse>
Modifier and Type | Method | 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.
|
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).
NOTE: This method appends the values to the existing list (if any). Use
#setDifferences(java.util.Collection)
or #withDifferences(java.util.Collection)
if you want
to override the existing values.
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.