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 theFreeTrialAccountInfo.Builder avoiding the need to
create one manually via
FreeTrialAccountInfo.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
FreeTrialAccountInfo.Builder#accounts(java.util.Collection) 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 theFreeTrialInfoError.Builder avoiding the need to
create one manually via FreeTrialInfoError.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
FreeTrialInfoError.Builder#failedAccounts(java.util.Collection) Copyright © 2022. All rights reserved.