Interface CompromisedCredentialsActionsType.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CompromisedCredentialsActionsType.Builder,CompromisedCredentialsActionsType>,SdkBuilder<CompromisedCredentialsActionsType.Builder,CompromisedCredentialsActionsType>,SdkPojo
- Enclosing class:
- CompromisedCredentialsActionsType
public static interface CompromisedCredentialsActionsType.Builder extends SdkPojo, CopyableBuilder<CompromisedCredentialsActionsType.Builder,CompromisedCredentialsActionsType>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CompromisedCredentialsActionsType.BuildereventAction(String eventAction)The event action.CompromisedCredentialsActionsType.BuildereventAction(CompromisedCredentialsEventActionType eventAction)The event action.-
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, sdkFields
-
-
-
-
Method Detail
-
eventAction
CompromisedCredentialsActionsType.Builder eventAction(String eventAction)
The event action.
- Parameters:
eventAction- The event action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CompromisedCredentialsEventActionType,CompromisedCredentialsEventActionType
-
eventAction
CompromisedCredentialsActionsType.Builder eventAction(CompromisedCredentialsEventActionType eventAction)
The event action.
- Parameters:
eventAction- The event action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
CompromisedCredentialsEventActionType,CompromisedCredentialsEventActionType
-
-