Uses of Interface
software.amazon.awssdk.services.detective.model.Account.Builder
-
Packages that use Account.Builder Package Description software.amazon.awssdk.services.detective.model -
-
Uses of Account.Builder in software.amazon.awssdk.services.detective.model
Methods in software.amazon.awssdk.services.detective.model that return Account.Builder Modifier and Type Method Description Account.BuilderAccount.Builder. accountId(String accountId)The account identifier of the Amazon Web Services account.static Account.BuilderAccount. builder()Account.BuilderAccount.Builder. emailAddress(String emailAddress)The Amazon Web Services account root user email address for the Amazon Web Services account.Account.BuilderAccount. toBuilder()Methods in software.amazon.awssdk.services.detective.model that return types with arguments of type Account.Builder Modifier and Type Method Description static Class<? extends Account.Builder>Account. serializableBuilderClass()
-