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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DescribeTrustedAdvisorCheckSummariesResponse.Buildersummaries(Collection<TrustedAdvisorCheckSummary> summaries)The summary information for the requested Trusted Advisor checks.DescribeTrustedAdvisorCheckSummariesResponse.Buildersummaries(Consumer<TrustedAdvisorCheckSummary.Builder>... summaries)The summary information for the requested Trusted Advisor checks.DescribeTrustedAdvisorCheckSummariesResponse.Buildersummaries(TrustedAdvisorCheckSummary... summaries)The summary information for the requested Trusted Advisor checks.-
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.support.model.SupportResponse.Builder
build, responseMetadata, responseMetadata
-
-
-
-
Method Detail
-
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 to#summaries(List.) - 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:
#summaries(java.util.Collection)
-
-