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 theAccount.Builder avoiding the need to create one
manually via Account.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately and
its result is passed to #accounts(List.
accounts - a consumer that will call methods on
Account.Builder#accounts(java.util.Collection) 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 theFailedAccount.Builder avoiding the need to create
one manually via FailedAccount.builder().
When the Consumer completes,
SdkBuilder.build() is called immediately
and its result is passed to #failedAccounts(List.
failedAccounts - a consumer that will call methods on
FailedAccount.Builder#failedAccounts(java.util.Collection) Copyright © 2022. All rights reserved.