Interface UserAccount.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UserAccount.Builder,
,UserAccount> SdkBuilder<UserAccount.Builder,
,UserAccount> SdkPojo
- Enclosing class:
UserAccount
@Mutable
@NotThreadSafe
public static interface UserAccount.Builder
extends SdkPojo, CopyableBuilder<UserAccount.Builder,UserAccount>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the user account involved in the attack sequence.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 Details
-
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
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.
-