Interface ListOrganizationRecommendationAccountsResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<ListOrganizationRecommendationAccountsResponse.Builder,
,ListOrganizationRecommendationAccountsResponse> SdkBuilder<ListOrganizationRecommendationAccountsResponse.Builder,
,ListOrganizationRecommendationAccountsResponse> SdkPojo
,SdkResponse.Builder
,TrustedAdvisorResponse.Builder
- Enclosing class:
ListOrganizationRecommendationAccountsResponse
@Mutable
@NotThreadSafe
public static interface ListOrganizationRecommendationAccountsResponse.Builder
extends TrustedAdvisorResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationRecommendationAccountsResponse.Builder,ListOrganizationRecommendationAccountsResponse>
-
Method Summary
Modifier and TypeMethodDescriptionaccountRecommendationLifecycleSummaries
(Collection<AccountRecommendationLifecycleSummary> accountRecommendationLifecycleSummaries) The account recommendations lifecycles that are applicable to the RecommendationaccountRecommendationLifecycleSummaries
(Consumer<AccountRecommendationLifecycleSummary.Builder>... accountRecommendationLifecycleSummaries) The account recommendations lifecycles that are applicable to the RecommendationaccountRecommendationLifecycleSummaries
(AccountRecommendationLifecycleSummary... accountRecommendationLifecycleSummaries) The account recommendations lifecycles that are applicable to the RecommendationThe token for the next set of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
Methods inherited from interface software.amazon.awssdk.services.trustedadvisor.model.TrustedAdvisorResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
accountRecommendationLifecycleSummaries
ListOrganizationRecommendationAccountsResponse.Builder accountRecommendationLifecycleSummaries(Collection<AccountRecommendationLifecycleSummary> accountRecommendationLifecycleSummaries) The account recommendations lifecycles that are applicable to the Recommendation
- Parameters:
accountRecommendationLifecycleSummaries
- The account recommendations lifecycles that are applicable to the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountRecommendationLifecycleSummaries
ListOrganizationRecommendationAccountsResponse.Builder accountRecommendationLifecycleSummaries(AccountRecommendationLifecycleSummary... accountRecommendationLifecycleSummaries) The account recommendations lifecycles that are applicable to the Recommendation
- Parameters:
accountRecommendationLifecycleSummaries
- The account recommendations lifecycles that are applicable to the Recommendation- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
accountRecommendationLifecycleSummaries
ListOrganizationRecommendationAccountsResponse.Builder accountRecommendationLifecycleSummaries(Consumer<AccountRecommendationLifecycleSummary.Builder>... accountRecommendationLifecycleSummaries) The account recommendations lifecycles that are applicable to the Recommendation
This is a convenience method that creates an instance of theAccountRecommendationLifecycleSummary.Builder
avoiding the need to create one manually viaAccountRecommendationLifecycleSummary.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toaccountRecommendationLifecycleSummaries(List<AccountRecommendationLifecycleSummary>)
.- Parameters:
accountRecommendationLifecycleSummaries
- a consumer that will call methods onAccountRecommendationLifecycleSummary.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
nextToken
The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.
- Parameters:
nextToken
- The token for the next set of results. Use the value returned in the previous response in the next request to retrieve the next set of results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-