Interface DescribeTrustedAdvisorCheckSummariesResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<DescribeTrustedAdvisorCheckSummariesResponse.Builder,,DescribeTrustedAdvisorCheckSummariesResponse> SdkBuilder<DescribeTrustedAdvisorCheckSummariesResponse.Builder,,DescribeTrustedAdvisorCheckSummariesResponse> SdkPojo,SdkResponse.Builder,SupportResponse.Builder
- Enclosing class:
DescribeTrustedAdvisorCheckSummariesResponse
public static interface DescribeTrustedAdvisorCheckSummariesResponse.Builder
extends SupportResponse.Builder, SdkPojo, CopyableBuilder<DescribeTrustedAdvisorCheckSummariesResponse.Builder,DescribeTrustedAdvisorCheckSummariesResponse>
-
Method Summary
Modifier and TypeMethodDescriptionsummaries(Collection<TrustedAdvisorCheckSummary> summaries) The summary information for the requested Trusted Advisor checks.summaries(Consumer<TrustedAdvisorCheckSummary.Builder>... summaries) The summary information for the requested Trusted Advisor checks.summaries(TrustedAdvisorCheckSummary... summaries) The summary information for the requested Trusted Advisor checks.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.support.model.SupportResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
summaries
DescribeTrustedAdvisorCheckSummariesResponse.Builder summaries(Collection<TrustedAdvisorCheckSummary> summaries) The summary information for the requested Trusted Advisor checks.
- Parameters:
summaries- The summary information for the requested Trusted Advisor checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
DescribeTrustedAdvisorCheckSummariesResponse.Builder summaries(TrustedAdvisorCheckSummary... summaries) The summary information for the requested Trusted Advisor checks.
- Parameters:
summaries- The summary information for the requested Trusted Advisor checks.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
summaries
DescribeTrustedAdvisorCheckSummariesResponse.Builder summaries(Consumer<TrustedAdvisorCheckSummary.Builder>... summaries) The summary information for the requested Trusted Advisor checks.
This is a convenience method that creates an instance of theTrustedAdvisorCheckSummary.Builderavoiding the need to create one manually viaTrustedAdvisorCheckSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosummaries(List<TrustedAdvisorCheckSummary>).- Parameters:
summaries- a consumer that will call methods onTrustedAdvisorCheckSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-