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