Uses of Interface
software.amazon.awssdk.services.macie2.model.IamUser.Builder
-
Packages that use IamUser.Builder Package Description software.amazon.awssdk.services.macie2.model -
-
Uses of IamUser.Builder in software.amazon.awssdk.services.macie2.model
Methods in software.amazon.awssdk.services.macie2.model that return IamUser.Builder Modifier and Type Method Description IamUser.BuilderIamUser.Builder. accountId(String accountId)The unique identifier for the Amazon Web Services account that's associated with the IAM user who performed the action.IamUser.BuilderIamUser.Builder. arn(String arn)The Amazon Resource Name (ARN) of the principal that performed the action.static IamUser.BuilderIamUser. builder()IamUser.BuilderIamUser.Builder. principalId(String principalId)The unique identifier for the IAM user who performed the action.IamUser.BuilderIamUser. toBuilder()IamUser.BuilderIamUser.Builder. userName(String userName)The username of the IAM user who performed the action.Methods in software.amazon.awssdk.services.macie2.model that return types with arguments of type IamUser.Builder Modifier and Type Method Description static Class<? extends IamUser.Builder>IamUser. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.macie2.model with type arguments of type IamUser.Builder Modifier and Type Method Description default UserIdentity.BuilderUserIdentity.Builder. iamUser(Consumer<IamUser.Builder> iamUser)If the action was performed using the credentials for an Identity and Access Management (IAM) user, the name and other details about the user.
-