Interface UserIdentityRoot.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UserIdentityRoot.Builder,UserIdentityRoot>,SdkBuilder<UserIdentityRoot.Builder,UserIdentityRoot>,SdkPojo
- Enclosing class:
- UserIdentityRoot
public static interface UserIdentityRoot.Builder extends SdkPojo, CopyableBuilder<UserIdentityRoot.Builder,UserIdentityRoot>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UserIdentityRoot.BuilderaccountId(String accountId)The unique identifier for the Amazon Web Services account.UserIdentityRoot.Builderarn(String arn)The Amazon Resource Name (ARN) of the principal that performed the action.UserIdentityRoot.BuilderprincipalId(String principalId)The unique identifier for the entity that performed the 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, sdkFieldNameToField, sdkFields
-
-
-
-
Method Detail
-
accountId
UserIdentityRoot.Builder accountId(String accountId)
The unique identifier for the Amazon Web Services account.
- Parameters:
accountId- The unique identifier for the Amazon Web Services account.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
arn
UserIdentityRoot.Builder arn(String arn)
The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user or role that performed the action.
- Parameters:
arn- The Amazon Resource Name (ARN) of the principal that performed the action. The last section of the ARN contains the name of the user or role that performed the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
principalId
UserIdentityRoot.Builder principalId(String principalId)
The unique identifier for the entity that performed the action.
- Parameters:
principalId- The unique identifier for the entity that performed the action.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-