public static interface EnableResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<EnableResponse.Builder,EnableResponse>
| Modifier and Type | Method and Description |
|---|---|
EnableResponse.Builder |
accounts(Account... accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled.
|
EnableResponse.Builder |
accounts(Collection<Account> accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled.
|
EnableResponse.Builder |
accounts(Consumer<Account.Builder>... accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled.
|
EnableResponse.Builder |
failedAccounts(Collection<FailedAccount> failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled.
|
EnableResponse.Builder |
failedAccounts(Consumer<FailedAccount.Builder>... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled.
|
EnableResponse.Builder |
failedAccounts(FailedAccount... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildEnableResponse.Builder accounts(Collection<Account> accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled. Details are provided for each account.
accounts - Information on the accounts that have had Amazon Inspector scans successfully enabled. Details are
provided for each account.EnableResponse.Builder accounts(Account... accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled. Details are provided for each account.
accounts - Information on the accounts that have had Amazon Inspector scans successfully enabled. Details are
provided for each account.EnableResponse.Builder accounts(Consumer<Account.Builder>... accounts)
Information on the accounts that have had Amazon Inspector scans successfully enabled. Details are provided for each account.
This is a convenience method that creates an instance of theList.Builder avoiding the need
to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and its
result is passed to #accounts(List) .accounts - a consumer that will call methods on List.Builder #accounts(List) EnableResponse.Builder failedAccounts(Collection<FailedAccount> failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled. Details are provided for each account.
failedAccounts - Information on any accounts for which Amazon Inspector scans could not be enabled. Details are
provided for each account.EnableResponse.Builder failedAccounts(FailedAccount... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled. Details are provided for each account.
failedAccounts - Information on any accounts for which Amazon Inspector scans could not be enabled. Details are
provided for each account.EnableResponse.Builder failedAccounts(Consumer<FailedAccount.Builder>... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be enabled. Details are provided for each account.
This is a convenience method that creates an instance of theList.Builder avoiding the
need to create one manually via List#builder() .
When the Consumer completes, List.Builder#build() is called immediately and
its result is passed to #failedAccounts(List) .failedAccounts - a consumer that will call methods on List.Builder #failedAccounts(List) Copyright © 2022. All rights reserved.