Interface UserAccount.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UserAccount.Builder,UserAccount>,SdkBuilder<UserAccount.Builder,UserAccount>,SdkPojo
- Enclosing class:
- UserAccount
public static interface UserAccount.Builder extends SdkPojo, CopyableBuilder<UserAccount.Builder,UserAccount>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserAccount.Buildername(String name)The name of the user account involved in the attack sequence.UserAccount.Builderuid(String uid)The unique identifier of the user account involved in the attack sequence.-
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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
uid
UserAccount.Builder uid(String uid)
The unique identifier of the user account involved in the attack sequence.
- Parameters:
uid- The unique identifier of the user account involved in the attack sequence.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
UserAccount.Builder name(String name)
The name of the user account involved in the attack sequence.
- Parameters:
name- The name of the user account involved in the attack sequence.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-