Uses of Interface
software.amazon.awssdk.services.inspector2.model.Account.Builder
-
Packages that use Account.Builder Package Description software.amazon.awssdk.services.inspector2.model -
-
Uses of Account.Builder in software.amazon.awssdk.services.inspector2.model
Methods in software.amazon.awssdk.services.inspector2.model that return Account.Builder Modifier and Type Method Description Account.BuilderAccount.Builder. accountId(String accountId)The ID of the Amazon Web Services account.static Account.BuilderAccount. builder()default Account.BuilderAccount.Builder. resourceStatus(Consumer<ResourceStatus.Builder> resourceStatus)Details of the status of Amazon Inspector scans by resource type.Account.BuilderAccount.Builder. resourceStatus(ResourceStatus resourceStatus)Details of the status of Amazon Inspector scans by resource type.Account.BuilderAccount.Builder. status(String status)The status of Amazon Inspector for the account.Account.BuilderAccount.Builder. status(Status status)The status of Amazon Inspector for the account.Account.BuilderAccount. toBuilder()Methods in software.amazon.awssdk.services.inspector2.model that return types with arguments of type Account.Builder Modifier and Type Method Description static Class<? extends Account.Builder>Account. serializableBuilderClass()
-