FailedAccount.Builder |
FailedAccount.Builder.accountId(String accountId) |
The Amazon Web Services account ID.
|
static FailedAccount.Builder |
FailedAccount.builder() |
|
FailedAccount.Builder |
FailedAccount.Builder.errorCode(String errorCode) |
The error code explaining why the account failed to enable Amazon Inspector.
|
FailedAccount.Builder |
FailedAccount.Builder.errorCode(ErrorCode errorCode) |
The error code explaining why the account failed to enable Amazon Inspector.
|
FailedAccount.Builder |
FailedAccount.Builder.errorMessage(String errorMessage) |
The error message received when the account failed to enable Amazon Inspector.
|
default FailedAccount.Builder |
FailedAccount.Builder.resourceStatus(Consumer<ResourceStatus.Builder> resourceStatus) |
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
FailedAccount.Builder |
FailedAccount.Builder.resourceStatus(ResourceStatus resourceStatus) |
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
FailedAccount.Builder |
FailedAccount.Builder.status(String status) |
The status of Amazon Inspector for the account.
|
FailedAccount.Builder |
FailedAccount.Builder.status(Status status) |
The status of Amazon Inspector for the account.
|
FailedAccount.Builder |
FailedAccount.toBuilder() |
|