public static interface BatchGetAccountStatusResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<BatchGetAccountStatusResponse.Builder,BatchGetAccountStatusResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetAccountStatusResponse.Builder |
accounts(AccountState... accounts)
An array of objects that provide details on the status of Amazon Inspector for each of the requested
accounts.
|
BatchGetAccountStatusResponse.Builder |
accounts(Collection<AccountState> accounts)
An array of objects that provide details on the status of Amazon Inspector for each of the requested
accounts.
|
BatchGetAccountStatusResponse.Builder |
accounts(Consumer<AccountState.Builder>... accounts)
An array of objects that provide details on the status of Amazon Inspector for each of the requested
accounts.
|
BatchGetAccountStatusResponse.Builder |
failedAccounts(Collection<FailedAccount> failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
BatchGetAccountStatusResponse.Builder |
failedAccounts(Consumer<FailedAccount.Builder>... failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
BatchGetAccountStatusResponse.Builder |
failedAccounts(FailedAccount... failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetAccountStatusResponse.Builder accounts(Collection<AccountState> accounts)
An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
accounts - An array of objects that provide details on the status of Amazon Inspector for each of the requested
accounts.BatchGetAccountStatusResponse.Builder accounts(AccountState... accounts)
An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
accounts - An array of objects that provide details on the status of Amazon Inspector for each of the requested
accounts.BatchGetAccountStatusResponse.Builder accounts(Consumer<AccountState.Builder>... accounts)
An array of objects that provide details on the status of Amazon Inspector for each of the requested accounts.
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) BatchGetAccountStatusResponse.Builder failedAccounts(Collection<FailedAccount> failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
failedAccounts - An array of objects detailing any accounts that failed to enable Amazon Inspector and why.BatchGetAccountStatusResponse.Builder failedAccounts(FailedAccount... failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
failedAccounts - An array of objects detailing any accounts that failed to enable Amazon Inspector and why.BatchGetAccountStatusResponse.Builder failedAccounts(Consumer<FailedAccount.Builder>... failedAccounts)
An array of objects detailing any accounts that failed to enable Amazon Inspector and why.
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.