public static interface AccountTakeoverActionsType.Builder extends SdkPojo, CopyableBuilder<AccountTakeoverActionsType.Builder,AccountTakeoverActionsType>
| Modifier and Type | Method and Description |
|---|---|
AccountTakeoverActionsType.Builder |
highAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
|
default AccountTakeoverActionsType.Builder |
highAction(Consumer<AccountTakeoverActionType.Builder> highAction)
Action to take for a high risk.
|
AccountTakeoverActionsType.Builder |
lowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
|
default AccountTakeoverActionsType.Builder |
lowAction(Consumer<AccountTakeoverActionType.Builder> lowAction)
Action to take for a low risk.
|
AccountTakeoverActionsType.Builder |
mediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
|
default AccountTakeoverActionsType.Builder |
mediumAction(Consumer<AccountTakeoverActionType.Builder> mediumAction)
Action to take for a medium risk.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAccountTakeoverActionsType.Builder lowAction(AccountTakeoverActionType lowAction)
Action to take for a low risk.
lowAction - Action to take for a low risk.default AccountTakeoverActionsType.Builder lowAction(Consumer<AccountTakeoverActionType.Builder> lowAction)
Action to take for a low risk.
This is a convenience method that creates an instance of theAccountTakeoverActionType.Builder
avoiding the need to create one manually via AccountTakeoverActionType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to lowAction(AccountTakeoverActionType).
lowAction - a consumer that will call methods on AccountTakeoverActionType.BuilderlowAction(AccountTakeoverActionType)AccountTakeoverActionsType.Builder mediumAction(AccountTakeoverActionType mediumAction)
Action to take for a medium risk.
mediumAction - Action to take for a medium risk.default AccountTakeoverActionsType.Builder mediumAction(Consumer<AccountTakeoverActionType.Builder> mediumAction)
Action to take for a medium risk.
This is a convenience method that creates an instance of theAccountTakeoverActionType.Builder
avoiding the need to create one manually via AccountTakeoverActionType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to mediumAction(AccountTakeoverActionType).
mediumAction - a consumer that will call methods on AccountTakeoverActionType.BuildermediumAction(AccountTakeoverActionType)AccountTakeoverActionsType.Builder highAction(AccountTakeoverActionType highAction)
Action to take for a high risk.
highAction - Action to take for a high risk.default AccountTakeoverActionsType.Builder highAction(Consumer<AccountTakeoverActionType.Builder> highAction)
Action to take for a high risk.
This is a convenience method that creates an instance of theAccountTakeoverActionType.Builder
avoiding the need to create one manually via AccountTakeoverActionType.builder().
When the Consumer completes, SdkBuilder.build() is called immediately
and its result is passed to highAction(AccountTakeoverActionType).
highAction - a consumer that will call methods on AccountTakeoverActionType.BuilderhighAction(AccountTakeoverActionType)Copyright © 2023. All rights reserved.