Uses of Interface
software.amazon.awssdk.services.macie2.model.UserIdentityRoot.Builder
-
Packages that use UserIdentityRoot.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of UserIdentityRoot.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return UserIdentityRoot.Builder Modifier and Type Method Description UserIdentityRoot.BuilderUserIdentityRoot.Builder. accountId(String accountId)The unique identifier for the Amazon Web Services account.UserIdentityRoot.BuilderUserIdentityRoot.Builder. arn(String arn)The Amazon Resource Name (ARN) of the principal that performed the action.static UserIdentityRoot.BuilderUserIdentityRoot. builder()UserIdentityRoot.BuilderUserIdentityRoot.Builder. principalId(String principalId)The unique identifier for the entity that performed the action.UserIdentityRoot.BuilderUserIdentityRoot. toBuilder()Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type UserIdentityRoot.Builder Modifier and Type Method Description static Class<? extends UserIdentityRoot.Builder>UserIdentityRoot. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type UserIdentityRoot.Builder Modifier and Type Method Description default UserIdentity.BuilderUserIdentity.Builder. root(Consumer<UserIdentityRoot.Builder> root)If the action was performed using the credentials for your Amazon Web Services account, the details of your account.
-