Interface GetRemainingFreeTrialDaysResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<GetRemainingFreeTrialDaysResponse.Builder,
,GetRemainingFreeTrialDaysResponse> GuardDutyResponse.Builder
,SdkBuilder<GetRemainingFreeTrialDaysResponse.Builder,
,GetRemainingFreeTrialDaysResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
GetRemainingFreeTrialDaysResponse
-
Method Summary
Modifier and TypeMethodDescriptionaccounts
(Collection<AccountFreeTrialInfo> accounts) The member accounts which were included in a request and were processed successfully.accounts
(Consumer<AccountFreeTrialInfo.Builder>... accounts) The member accounts which were included in a request and were processed successfully.accounts
(AccountFreeTrialInfo... accounts) The member accounts which were included in a request and were processed successfully.unprocessedAccounts
(Collection<UnprocessedAccount> unprocessedAccounts) The member account that was included in a request but for which the request could not be processed.unprocessedAccounts
(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts) The member account that was included in a request but for which the request could not be processed.unprocessedAccounts
(UnprocessedAccount... unprocessedAccounts) The member account that was included in a request but for which the request could not be processed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
accounts
The member accounts which were included in a request and were processed successfully.
- Parameters:
accounts
- The member accounts which were included in a request and were processed successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accounts
The member accounts which were included in a request and were processed successfully.
- Parameters:
accounts
- The member accounts which were included in a request and were processed successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accounts
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 viaAccountFreeTrialInfo.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccounts(List<AccountFreeTrialInfo>)
.- Parameters:
accounts
- a consumer that will call methods onAccountFreeTrialInfo.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
unprocessedAccounts
GetRemainingFreeTrialDaysResponse.Builder unprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts) The member account that was included in a request but for which the request could not be processed.
- Parameters:
unprocessedAccounts
- The member account that was included in a request but for which the request could not be processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedAccounts
GetRemainingFreeTrialDaysResponse.Builder unprocessedAccounts(UnprocessedAccount... unprocessedAccounts) The member account that was included in a request but for which the request could not be processed.
- Parameters:
unprocessedAccounts
- The member account that was included in a request but for which the request could not be processed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
unprocessedAccounts
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 viaUnprocessedAccount.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed tounprocessedAccounts(List<UnprocessedAccount>)
.- Parameters:
unprocessedAccounts
- a consumer that will call methods onUnprocessedAccount.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-