public static interface CompromisedCredentialsRiskConfigurationType.Builder extends SdkPojo, CopyableBuilder<CompromisedCredentialsRiskConfigurationType.Builder,CompromisedCredentialsRiskConfigurationType>
equalsBySdkFields, sdkFieldscopyapplyMutation, buildCompromisedCredentialsRiskConfigurationType.Builder eventFilterWithStrings(Collection<String> eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is
specified.CompromisedCredentialsRiskConfigurationType.Builder eventFilterWithStrings(String... eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is
specified.CompromisedCredentialsRiskConfigurationType.Builder eventFilter(Collection<EventFilterType> eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is
specified.CompromisedCredentialsRiskConfigurationType.Builder eventFilter(EventFilterType... eventFilter)
Perform the action for these events. The default is to perform all events if no event filter is specified.
eventFilter - Perform the action for these events. The default is to perform all events if no event filter is
specified.CompromisedCredentialsRiskConfigurationType.Builder actions(CompromisedCredentialsActionsType actions)
The compromised credentials risk configuration actions.
actions - The compromised credentials risk configuration actions.default CompromisedCredentialsRiskConfigurationType.Builder actions(Consumer<CompromisedCredentialsActionsType.Builder> actions)
The compromised credentials risk configuration actions.
This is a convenience that creates an instance of theCompromisedCredentialsActionsType.Builder
avoiding the need to create one manually via CompromisedCredentialsActionsType.builder().
When the Consumer completes, SdkBuilder.build() is called
immediately and its result is passed to actions(CompromisedCredentialsActionsType).actions - a consumer that will call methods on CompromisedCredentialsActionsType.Builderactions(CompromisedCredentialsActionsType)Copyright © 2021. All rights reserved.