Interface AccountTakeoverActionsType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AccountTakeoverActionsType.Builder,,AccountTakeoverActionsType> SdkBuilder<AccountTakeoverActionsType.Builder,,AccountTakeoverActionsType> SdkPojo
- Enclosing class:
- AccountTakeoverActionsType
-
Method Summary
Modifier and TypeMethodDescriptionhighAction(Consumer<AccountTakeoverActionType.Builder> highAction) The action that you assign to a high-risk assessment by threat protection.highAction(AccountTakeoverActionType highAction) The action that you assign to a high-risk assessment by threat protection.lowAction(Consumer<AccountTakeoverActionType.Builder> lowAction) The action that you assign to a low-risk assessment by threat protection.lowAction(AccountTakeoverActionType lowAction) The action that you assign to a low-risk assessment by threat protection.mediumAction(Consumer<AccountTakeoverActionType.Builder> mediumAction) The action that you assign to a medium-risk assessment by threat protection.mediumAction(AccountTakeoverActionType mediumAction) The action that you assign to a medium-risk assessment by threat protection.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
lowAction
The action that you assign to a low-risk assessment by threat protection.
- Parameters:
lowAction- The action that you assign to a low-risk assessment by threat protection.- 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 threat protection.
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:
-
mediumAction
The action that you assign to a medium-risk assessment by threat protection.
- Parameters:
mediumAction- The action that you assign to a medium-risk assessment by threat protection.- 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 threat protection.
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:
-
highAction
The action that you assign to a high-risk assessment by threat protection.
- Parameters:
highAction- The action that you assign to a high-risk assessment by threat protection.- 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 threat protection.
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:
-