Interface InsightCategorySpecificSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<InsightCategorySpecificSummary.Builder,
,InsightCategorySpecificSummary> SdkBuilder<InsightCategorySpecificSummary.Builder,
,InsightCategorySpecificSummary> SdkPojo
- Enclosing class:
InsightCategorySpecificSummary
public static interface InsightCategorySpecificSummary.Builder
extends SdkPojo, CopyableBuilder<InsightCategorySpecificSummary.Builder,InsightCategorySpecificSummary>
-
Method Summary
Modifier and TypeMethodDescriptiondeprecationDetails
(Collection<DeprecationDetail> deprecationDetails) The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESS
category.deprecationDetails
(Consumer<DeprecationDetail.Builder>... deprecationDetails) The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESS
category.deprecationDetails
(DeprecationDetail... deprecationDetails) The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESS
category.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
-
Method Details
-
deprecationDetails
InsightCategorySpecificSummary.Builder deprecationDetails(Collection<DeprecationDetail> deprecationDetails) The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS
category.- Parameters:
deprecationDetails
- The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESS
category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deprecationDetails
The summary information about deprecated resource usage for an insight check in the
UPGRADE_READINESS
category.- Parameters:
deprecationDetails
- The summary information about deprecated resource usage for an insight check in theUPGRADE_READINESS
category.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
deprecationDetails
InsightCategorySpecificSummary.Builder deprecationDetails(Consumer<DeprecationDetail.Builder>... deprecationDetails) The summary information about deprecated resource usage for an insight check in the
This is a convenience method that creates an instance of theUPGRADE_READINESS
category.DeprecationDetail.Builder
avoiding the need to create one manually viaDeprecationDetail.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed todeprecationDetails(List<DeprecationDetail>)
.- Parameters:
deprecationDetails
- a consumer that will call methods onDeprecationDetail.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-