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 theAccountState.Builder avoiding the need to create one
manually via AccountState.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
AccountState.Builder#accounts(java.util.Collection) 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 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 © 2023. All rights reserved.