public static interface VersionDifferences.Builder extends SdkPojo, CopyableBuilder<VersionDifferences.Builder,VersionDifferences>
| Modifier and Type | Method and Description |
|---|---|
VersionDifferences.Builder |
pillarDifferences(Collection<PillarDifference> pillarDifferences)
The differences between the base and latest versions of the lens.
|
VersionDifferences.Builder |
pillarDifferences(Consumer<PillarDifference.Builder>... pillarDifferences)
The differences between the base and latest versions of the lens.
|
VersionDifferences.Builder |
pillarDifferences(PillarDifference... pillarDifferences)
The differences between the base and latest versions of the lens.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildVersionDifferences.Builder pillarDifferences(Collection<PillarDifference> pillarDifferences)
The differences between the base and latest versions of the lens.
pillarDifferences - The differences between the base and latest versions of the lens.VersionDifferences.Builder pillarDifferences(PillarDifference... pillarDifferences)
The differences between the base and latest versions of the lens.
pillarDifferences - The differences between the base and latest versions of the lens.VersionDifferences.Builder pillarDifferences(Consumer<PillarDifference.Builder>... pillarDifferences)
The differences between the base and latest versions of the lens.
This is a convenience method that creates an instance of thePillarDifference.Builder avoiding the need to
create one manually via
PillarDifference.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #pillarDifferences(List.
pillarDifferences - a consumer that will call methods on
PillarDifference.Builder#pillarDifferences(java.util.Collection) Copyright © 2023. All rights reserved.