public static interface UserDataValidationParameters.Builder extends SdkPojo, CopyableBuilder<UserDataValidationParameters.Builder,UserDataValidationParameters>
| Modifier and Type | Method and Description |
|---|---|
UserDataValidationParameters.Builder |
scriptType(ScriptType scriptType)
The type of validation script.
|
UserDataValidationParameters.Builder |
scriptType(String scriptType)
The type of validation script.
|
default UserDataValidationParameters.Builder |
source(Consumer<Source.Builder> source)
The location of the validation script.
|
UserDataValidationParameters.Builder |
source(Source source)
The location of the validation script.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUserDataValidationParameters.Builder source(Source source)
The location of the validation script.
source - The location of the validation script.default UserDataValidationParameters.Builder source(Consumer<Source.Builder> source)
The location of the validation script.
This is a convenience method that creates an instance of theSource.Builder avoiding the need to
create one manually via Source.builder().
When the Consumer completes, SdkBuilder.build() is called immediately and its result is
passed to source(Source).
source - a consumer that will call methods on Source.Buildersource(Source)UserDataValidationParameters.Builder scriptType(String scriptType)
The type of validation script.
scriptType - The type of validation script.ScriptType,
ScriptTypeUserDataValidationParameters.Builder scriptType(ScriptType scriptType)
The type of validation script.
scriptType - The type of validation script.ScriptType,
ScriptTypeCopyright © 2023. All rights reserved.