public static interface BatchGetFreeTrialInfoResponse.Builder extends Inspector2Response.Builder, SdkPojo, CopyableBuilder<BatchGetFreeTrialInfoResponse.Builder,BatchGetFreeTrialInfoResponse>
| Modifier and Type | Method and Description |
|---|---|
BatchGetFreeTrialInfoResponse.Builder |
accounts(Collection<FreeTrialAccountInfo> accounts)
An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
|
BatchGetFreeTrialInfoResponse.Builder |
accounts(Consumer<FreeTrialAccountInfo.Builder>... accounts)
An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
|
BatchGetFreeTrialInfoResponse.Builder |
accounts(FreeTrialAccountInfo... accounts)
An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
|
BatchGetFreeTrialInfoResponse.Builder |
failedAccounts(Collection<FreeTrialInfoError> failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
|
BatchGetFreeTrialInfoResponse.Builder |
failedAccounts(Consumer<FreeTrialInfoError.Builder>... failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
|
BatchGetFreeTrialInfoResponse.Builder |
failedAccounts(FreeTrialInfoError... failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildBatchGetFreeTrialInfoResponse.Builder accounts(Collection<FreeTrialAccountInfo> accounts)
An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
accounts - An array of objects that provide Amazon Inspector free trial details for each of the requested
accounts.BatchGetFreeTrialInfoResponse.Builder accounts(FreeTrialAccountInfo... accounts)
An array of objects that provide Amazon Inspector free trial details for each of the requested accounts.
accounts - An array of objects that provide Amazon Inspector free trial details for each of the requested
accounts.BatchGetFreeTrialInfoResponse.Builder accounts(Consumer<FreeTrialAccountInfo.Builder>... accounts)
An array of objects that provide Amazon Inspector free trial details 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) BatchGetFreeTrialInfoResponse.Builder failedAccounts(Collection<FreeTrialInfoError> failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
failedAccounts - An array of objects detailing any accounts that free trial data could not be returned for.BatchGetFreeTrialInfoResponse.Builder failedAccounts(FreeTrialInfoError... failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
failedAccounts - An array of objects detailing any accounts that free trial data could not be returned for.BatchGetFreeTrialInfoResponse.Builder failedAccounts(Consumer<FreeTrialInfoError.Builder>... failedAccounts)
An array of objects detailing any accounts that free trial data could not be returned for.
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.