Interface ListOrganizationRecommendationAccountsResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListOrganizationRecommendationAccountsResponse.Builder,ListOrganizationRecommendationAccountsResponse>,SdkBuilder<ListOrganizationRecommendationAccountsResponse.Builder,ListOrganizationRecommendationAccountsResponse>,SdkPojo,SdkResponse.Builder,TrustedAdvisorResponse.Builder
- Enclosing class:
- ListOrganizationRecommendationAccountsResponse
public static interface ListOrganizationRecommendationAccountsResponse.Builder extends TrustedAdvisorResponse.Builder, SdkPojo, CopyableBuilder<ListOrganizationRecommendationAccountsResponse.Builder,ListOrganizationRecommendationAccountsResponse>
-
-
Method Summary
-
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, 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 Detail
-
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.Builderavoiding the need to create one manually viaAccountRecommendationLifecycleSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#accountRecommendationLifecycleSummaries(List.) - 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:
#accountRecommendationLifecycleSummaries(java.util.Collection)
-
nextToken
ListOrganizationRecommendationAccountsResponse.Builder nextToken(String 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.
-
-