public static interface DisableResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<DisableResponse.Builder,DisableResponse>
| Modifier and Type | Method and Description |
|---|---|
DisableResponse.Builder |
accounts(Account... accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled.
|
DisableResponse.Builder |
accounts(Collection<Account> accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled.
|
DisableResponse.Builder |
accounts(Consumer<Account.Builder>... accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled.
|
DisableResponse.Builder |
failedAccounts(Collection<FailedAccount> failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled.
|
DisableResponse.Builder |
failedAccounts(Consumer<FailedAccount.Builder>... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled.
|
DisableResponse.Builder |
failedAccounts(FailedAccount... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildDisableResponse.Builder accounts(Collection<Account> accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled. Details are provided for each account.
accounts - Information on the accounts that have had Amazon Inspector scans successfully disabled. Details are
provided for each account.DisableResponse.Builder accounts(Account... accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled. Details are provided for each account.
accounts - Information on the accounts that have had Amazon Inspector scans successfully disabled. Details are
provided for each account.DisableResponse.Builder accounts(Consumer<Account.Builder>... accounts)
Information on the accounts that have had Amazon Inspector scans successfully disabled. 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) DisableResponse.Builder failedAccounts(Collection<FailedAccount> failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled. Details are provided for each account.
failedAccounts - Information on any accounts for which Amazon Inspector scans could not be disabled. Details are
provided for each account.DisableResponse.Builder failedAccounts(FailedAccount... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled. Details are provided for each account.
failedAccounts - Information on any accounts for which Amazon Inspector scans could not be disabled. Details are
provided for each account.DisableResponse.Builder failedAccounts(Consumer<FailedAccount.Builder>... failedAccounts)
Information on any accounts for which Amazon Inspector scans could not be disabled. 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.