Interface GetRemainingFreeTrialDaysResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<GetRemainingFreeTrialDaysResponse.Builder,GetRemainingFreeTrialDaysResponse>,GuardDutyResponse.Builder,SdkBuilder<GetRemainingFreeTrialDaysResponse.Builder,GetRemainingFreeTrialDaysResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetRemainingFreeTrialDaysResponse
public static interface GetRemainingFreeTrialDaysResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<GetRemainingFreeTrialDaysResponse.Builder,GetRemainingFreeTrialDaysResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetRemainingFreeTrialDaysResponse.Builderaccounts(Collection<AccountFreeTrialInfo> accounts)The member accounts which were included in a request and were processed successfully.GetRemainingFreeTrialDaysResponse.Builderaccounts(Consumer<AccountFreeTrialInfo.Builder>... accounts)The member accounts which were included in a request and were processed successfully.GetRemainingFreeTrialDaysResponse.Builderaccounts(AccountFreeTrialInfo... accounts)The member accounts which were included in a request and were processed successfully.GetRemainingFreeTrialDaysResponse.BuilderunprocessedAccounts(Collection<UnprocessedAccount> unprocessedAccounts)The member account that was included in a request but for which the request could not be processed.GetRemainingFreeTrialDaysResponse.BuilderunprocessedAccounts(Consumer<UnprocessedAccount.Builder>... unprocessedAccounts)The member account that was included in a request but for which the request could not be processed.GetRemainingFreeTrialDaysResponse.BuilderunprocessedAccounts(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 Detail
-
accounts
GetRemainingFreeTrialDaysResponse.Builder accounts(Collection<AccountFreeTrialInfo> 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(AccountFreeTrialInfo... 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.Builderavoiding the need to create one manually viaAccountFreeTrialInfo.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#accounts(List.) - 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:
#accounts(java.util.Collection)
-
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.Builderavoiding the need to create one manually viaUnprocessedAccount.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#unprocessedAccounts(List.) - 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:
#unprocessedAccounts(java.util.Collection)
-
-