Interface AccountTakeoverActionsType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<AccountTakeoverActionsType.Builder,AccountTakeoverActionsType>,SdkBuilder<AccountTakeoverActionsType.Builder,AccountTakeoverActionsType>,SdkPojo
- Enclosing class:
- AccountTakeoverActionsType
public static interface AccountTakeoverActionsType.Builder extends SdkPojo, CopyableBuilder<AccountTakeoverActionsType.Builder,AccountTakeoverActionsType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default AccountTakeoverActionsType.BuilderhighAction(Consumer<AccountTakeoverActionType.Builder> highAction)The action that you assign to a high-risk assessment by advanced security features.AccountTakeoverActionsType.BuilderhighAction(AccountTakeoverActionType highAction)The action that you assign to a high-risk assessment by advanced security features.default AccountTakeoverActionsType.BuilderlowAction(Consumer<AccountTakeoverActionType.Builder> lowAction)The action that you assign to a low-risk assessment by advanced security features.AccountTakeoverActionsType.BuilderlowAction(AccountTakeoverActionType lowAction)The action that you assign to a low-risk assessment by advanced security features.default AccountTakeoverActionsType.BuildermediumAction(Consumer<AccountTakeoverActionType.Builder> mediumAction)The action that you assign to a medium-risk assessment by advanced security features.AccountTakeoverActionsType.BuildermediumAction(AccountTakeoverActionType mediumAction)The action that you assign to a medium-risk assessment by advanced security features.-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
lowAction
AccountTakeoverActionsType.Builder lowAction(AccountTakeoverActionType lowAction)
The action that you assign to a low-risk assessment by advanced security features.
- Parameters:
lowAction- The action that you assign to a low-risk assessment by advanced security features.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lowAction
default AccountTakeoverActionsType.Builder lowAction(Consumer<AccountTakeoverActionType.Builder> lowAction)
The action that you assign to a low-risk assessment by advanced security features.
This is a convenience method that creates an instance of theAccountTakeoverActionType.Builderavoiding the need to create one manually viaAccountTakeoverActionType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolowAction(AccountTakeoverActionType).- Parameters:
lowAction- a consumer that will call methods onAccountTakeoverActionType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
lowAction(AccountTakeoverActionType)
-
mediumAction
AccountTakeoverActionsType.Builder mediumAction(AccountTakeoverActionType mediumAction)
The action that you assign to a medium-risk assessment by advanced security features.
- Parameters:
mediumAction- The action that you assign to a medium-risk assessment by advanced security features.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
mediumAction
default AccountTakeoverActionsType.Builder mediumAction(Consumer<AccountTakeoverActionType.Builder> mediumAction)
The action that you assign to a medium-risk assessment by advanced security features.
This is a convenience method that creates an instance of theAccountTakeoverActionType.Builderavoiding the need to create one manually viaAccountTakeoverActionType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tomediumAction(AccountTakeoverActionType).- Parameters:
mediumAction- a consumer that will call methods onAccountTakeoverActionType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
mediumAction(AccountTakeoverActionType)
-
highAction
AccountTakeoverActionsType.Builder highAction(AccountTakeoverActionType highAction)
The action that you assign to a high-risk assessment by advanced security features.
- Parameters:
highAction- The action that you assign to a high-risk assessment by advanced security features.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
highAction
default AccountTakeoverActionsType.Builder highAction(Consumer<AccountTakeoverActionType.Builder> highAction)
The action that you assign to a high-risk assessment by advanced security features.
This is a convenience method that creates an instance of theAccountTakeoverActionType.Builderavoiding the need to create one manually viaAccountTakeoverActionType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tohighAction(AccountTakeoverActionType).- Parameters:
highAction- a consumer that will call methods onAccountTakeoverActionType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
highAction(AccountTakeoverActionType)
-
-