Interface CompromisedCredentialsRiskConfigurationType.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CompromisedCredentialsRiskConfigurationType.Builder,,CompromisedCredentialsRiskConfigurationType> SdkBuilder<CompromisedCredentialsRiskConfigurationType.Builder,,CompromisedCredentialsRiskConfigurationType> SdkPojo
- Enclosing class:
- CompromisedCredentialsRiskConfigurationType
-
Method Summary
Modifier and TypeMethodDescriptionSettings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.actions(CompromisedCredentialsActionsType actions) Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.eventFilter(Collection<EventFilterType> eventFilter) Settings for the sign-in activity where you want to configure compromised-credentials actions.eventFilter(EventFilterType... eventFilter) Settings for the sign-in activity where you want to configure compromised-credentials actions.eventFilterWithStrings(String... eventFilter) Settings for the sign-in activity where you want to configure compromised-credentials actions.eventFilterWithStrings(Collection<String> eventFilter) Settings for the sign-in activity where you want to configure compromised-credentials actions.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
-
eventFilterWithStrings
CompromisedCredentialsRiskConfigurationType.Builder eventFilterWithStrings(Collection<String> eventFilter) Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.
- Parameters:
eventFilter- Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventFilterWithStrings
Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.
- Parameters:
eventFilter- Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventFilter
CompromisedCredentialsRiskConfigurationType.Builder eventFilter(Collection<EventFilterType> eventFilter) Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.
- Parameters:
eventFilter- Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
eventFilter
Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.
- Parameters:
eventFilter- Settings for the sign-in activity where you want to configure compromised-credentials actions. Defaults to all events.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
CompromisedCredentialsRiskConfigurationType.Builder actions(CompromisedCredentialsActionsType actions) Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.
- Parameters:
actions- Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actions
default CompromisedCredentialsRiskConfigurationType.Builder actions(Consumer<CompromisedCredentialsActionsType.Builder> actions) Settings for the actions that you want your user pool to take when Amazon Cognito detects compromised credentials.
This is a convenience method that creates an instance of theCompromisedCredentialsActionsType.Builderavoiding the need to create one manually viaCompromisedCredentialsActionsType.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactions(CompromisedCredentialsActionsType).- Parameters:
actions- a consumer that will call methods onCompromisedCredentialsActionsType.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-