Interface IdleSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IdleSummary.Builder,IdleSummary>,SdkBuilder<IdleSummary.Builder,IdleSummary>,SdkPojo
- Enclosing class:
- IdleSummary
public static interface IdleSummary.Builder extends SdkPojo, CopyableBuilder<IdleSummary.Builder,IdleSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IdleSummary.Buildername(String name)The name of the finding group for the idle resources.IdleSummary.Buildername(IdleFinding name)The name of the finding group for the idle resources.IdleSummary.Buildervalue(Double value)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 Detail
-
name
IdleSummary.Builder name(String 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:
IdleFinding,IdleFinding
-
name
IdleSummary.Builder name(IdleFinding 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:
IdleFinding,IdleFinding
-
value
IdleSummary.Builder value(Double 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.
-
-