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 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) 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 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.