public static interface AccountTakeoverRiskConfigurationType.Builder extends SdkPojo, CopyableBuilder<AccountTakeoverRiskConfigurationType.Builder,AccountTakeoverRiskConfigurationType>
| Modifier and Type | Method and Description |
|---|---|
AccountTakeoverRiskConfigurationType.Builder |
actions(AccountTakeoverActionsType actions)
Account takeover risk configuration actions
|
default AccountTakeoverRiskConfigurationType.Builder |
actions(Consumer<AccountTakeoverActionsType.Builder> actions)
Account takeover risk configuration actions
|
default AccountTakeoverRiskConfigurationType.Builder |
notifyConfiguration(Consumer<NotifyConfigurationType.Builder> notifyConfiguration)
The notify configuration used to construct email notifications.
|
AccountTakeoverRiskConfigurationType.Builder |
notifyConfiguration(NotifyConfigurationType notifyConfiguration)
The notify configuration used to construct email notifications.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountTakeoverRiskConfigurationType.Builder notifyConfiguration(NotifyConfigurationType notifyConfiguration)
The notify configuration used to construct email notifications.
notifyConfiguration - The notify configuration used to construct email notifications.default AccountTakeoverRiskConfigurationType.Builder notifyConfiguration(Consumer<NotifyConfigurationType.Builder> notifyConfiguration)
The notify configuration used to construct email notifications.
This is a convenience that creates an instance of theNotifyConfigurationType.Builder avoiding the
need to create one manually via NotifyConfigurationType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to notifyConfiguration(NotifyConfigurationType).notifyConfiguration - a consumer that will call methods on NotifyConfigurationType.BuildernotifyConfiguration(NotifyConfigurationType)AccountTakeoverRiskConfigurationType.Builder actions(AccountTakeoverActionsType actions)
Account takeover risk configuration actions
actions - Account takeover risk configuration actionsdefault AccountTakeoverRiskConfigurationType.Builder actions(Consumer<AccountTakeoverActionsType.Builder> actions)
Account takeover risk configuration actions
This is a convenience that creates an instance of theAccountTakeoverActionsType.Builder avoiding the
need to create one manually via AccountTakeoverActionsType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to actions(AccountTakeoverActionsType).actions - a consumer that will call methods on AccountTakeoverActionsType.Builderactions(AccountTakeoverActionsType)Copyright © 2021. All rights reserved.