public static interface GetRemainingFreeTrialDaysResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<GetRemainingFreeTrialDaysResponse.Builder,GetRemainingFreeTrialDaysResponse>
| Modifier and Type | Method and Description |
|---|---|
GetRemainingFreeTrialDaysResponse.Builder |
accounts(AccountFreeTrialInfo... accounts)
The member accounts which were included in a request and were processed successfully.
|
GetRemainingFreeTrialDaysResponse.Builder |
accounts(Collection<AccountFreeTrialInfo> accounts)
The member accounts which were included in a request and were processed successfully.
|
GetRemainingFreeTrialDaysResponse.Builder |
accounts(Consumer<AccountFreeTrialInfo.Builder>... accounts)
The member accounts which were included in a request and were processed successfully.
|
GetRemainingFreeTrialDaysResponse.Builder |
unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The member account that was included in a request but for which the request could not be processed.
|
GetRemainingFreeTrialDaysResponse.Builder |
unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
The member account that was included in a request but for which the request could not be processed.
|
GetRemainingFreeTrialDaysResponse.Builder |
unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The member account that was included in a request but for which the request could not be processed.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildGetRemainingFreeTrialDaysResponse.Builder accounts(Collection<AccountFreeTrialInfo> accounts)
The member accounts which were included in a request and were processed successfully.
accounts - The member accounts which were included in a request and were processed successfully.GetRemainingFreeTrialDaysResponse.Builder accounts(AccountFreeTrialInfo... accounts)
The member accounts which were included in a request and were processed successfully.
accounts - The member accounts which were included in a request and were processed successfully.GetRemainingFreeTrialDaysResponse.Builder accounts(Consumer<AccountFreeTrialInfo.Builder>... accounts)
The member accounts which were included in a request and were processed successfully.
This is a convenience method that creates an instance of theAccountFreeTrialInfo.Builder avoiding the need to
create one manually via
AccountFreeTrialInfo.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
AccountFreeTrialInfo.Builder#accounts(java.util.Collection) GetRemainingFreeTrialDaysResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)
The member account that was included in a request but for which the request could not be processed.
unprocessedAccounts - The member account that was included in a request but for which the request could not be processed.GetRemainingFreeTrialDaysResponse.Builder unprocessedAccounts(UnprocessedAccount... unprocessedAccounts)
The member account that was included in a request but for which the request could not be processed.
unprocessedAccounts - The member account that was included in a request but for which the request could not be processed.GetRemainingFreeTrialDaysResponse.Builder unprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)
The member account that was included in a request but for which the request could not be processed.
This is a convenience method that creates an instance of theUnprocessedAccount.Builder avoiding the need to
create one manually via UnprocessedAccount.builder().
When the Consumer completes,
SdkBuilder.build() is called
immediately and its result is passed to #unprocessedAccounts(List.
unprocessedAccounts - a consumer that will call methods on
UnprocessedAccount.Builder#unprocessedAccounts(java.util.Collection) Copyright © 2023. All rights reserved.