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 method that creates an instance of theAsset.Builder avoiding the need to create one
manually via Asset.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and its
result is passed to #assets(List.
assets - a consumer that will call methods on
Asset.Builder#assets(java.util.Collection) Copyright © 2023. All rights reserved.