AccountState.Builder |
AccountState.Builder.accountId(String accountId) |
The Amazon Web Services account ID.
|
static AccountState.Builder |
AccountState.builder() |
|
default AccountState.Builder |
AccountState.Builder.resourceState(Consumer<ResourceState.Builder> resourceState) |
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
AccountState.Builder |
AccountState.Builder.resourceState(ResourceState resourceState) |
An object detailing which resources Amazon Inspector is enabled to scan for the account.
|
default AccountState.Builder |
AccountState.Builder.state(Consumer<State.Builder> state) |
An object detailing the status of Amazon Inspector for the account.
|
AccountState.Builder |
AccountState.Builder.state(State state) |
An object detailing the status of Amazon Inspector for the account.
|
AccountState.Builder |
AccountState.toBuilder() |
|