Interface CompromisedCredentialsActionsType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CompromisedCredentialsActionsType.Builder,,CompromisedCredentialsActionsType> SdkBuilder<CompromisedCredentialsActionsType.Builder,,CompromisedCredentialsActionsType> SdkPojo
- Enclosing class:
- CompromisedCredentialsActionsType
@Mutable
@NotThreadSafe
public static interface CompromisedCredentialsActionsType.Builder
extends SdkPojo, CopyableBuilder<CompromisedCredentialsActionsType.Builder,CompromisedCredentialsActionsType>
-
Method Summary
Modifier and TypeMethodDescriptioneventAction(String eventAction) The action that Amazon Cognito takes when it detects compromised credentials.eventAction(CompromisedCredentialsEventActionType eventAction) The action that Amazon Cognito takes when it detects compromised credentials.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
-
eventAction
The action that Amazon Cognito takes when it detects compromised credentials.
- Parameters:
eventAction- The action that Amazon Cognito takes when it detects compromised credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
eventAction
CompromisedCredentialsActionsType.Builder eventAction(CompromisedCredentialsEventActionType eventAction) The action that Amazon Cognito takes when it detects compromised credentials.
- Parameters:
eventAction- The action that Amazon Cognito takes when it detects compromised credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-