Interface IdleSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IdleSummary.Builder,
,IdleSummary> SdkBuilder<IdleSummary.Builder,
,IdleSummary> SdkPojo
- Enclosing class:
IdleSummary
@Mutable
@NotThreadSafe
public static interface IdleSummary.Builder
extends SdkPojo, CopyableBuilder<IdleSummary.Builder,IdleSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the finding group for the idle resources.name
(IdleFinding name) The name of the finding group for the idle resources.The count of idle resources in the finding group.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
-
Method Details
-
name
The name of the finding group for the idle resources.
- Parameters:
name
- The name of the finding group for the idle resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
name
The name of the finding group for the idle resources.
- Parameters:
name
- The name of the finding group for the idle resources.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
value
The count of idle resources in the finding group.
- Parameters:
value
- The count of idle resources in the finding group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-