public static interface ValidationData.Builder extends SdkPojo, CopyableBuilder<ValidationData.Builder,ValidationData>
| Modifier and Type | Method and Description |
|---|---|
ValidationData.Builder |
assets(Asset... assets)
The assets that comprise the validation data.
|
ValidationData.Builder |
assets(Collection<Asset> assets)
The assets that comprise the validation data.
|
ValidationData.Builder |
assets(Consumer<Asset.Builder>... assets)
The assets that comprise the validation data.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildValidationData.Builder assets(Collection<Asset> assets)
The assets that comprise the validation data.
assets - The assets that comprise the validation data.ValidationData.Builder assets(Asset... assets)
The assets that comprise the validation data.
assets - The assets that comprise the validation data.ValidationData.Builder assets(Consumer<Asset.Builder>... assets)
The assets that comprise the validation data.
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 #assets(List) .assets - a consumer that will call methods on List.Builder #assets(List) Copyright © 2021. All rights reserved.