Interface ReasonCodeSummary.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<ReasonCodeSummary.Builder,ReasonCodeSummary>,SdkBuilder<ReasonCodeSummary.Builder,ReasonCodeSummary>,SdkPojo
- Enclosing class:
- ReasonCodeSummary
public static interface ReasonCodeSummary.Builder extends SdkPojo, CopyableBuilder<ReasonCodeSummary.Builder,ReasonCodeSummary>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ReasonCodeSummary.Buildername(String name)The name of the finding reason code.ReasonCodeSummary.Buildername(FindingReasonCode name)The name of the finding reason code.ReasonCodeSummary.Buildervalue(Double value)The value of the finding reason code summary.-
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 Detail
-
name
ReasonCodeSummary.Builder name(String name)
The name of the finding reason code.
- Parameters:
name- The name of the finding reason code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingReasonCode,FindingReasonCode
-
name
ReasonCodeSummary.Builder name(FindingReasonCode name)
The name of the finding reason code.
- Parameters:
name- The name of the finding reason code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
FindingReasonCode,FindingReasonCode
-
value
ReasonCodeSummary.Builder value(Double value)
The value of the finding reason code summary.
- Parameters:
value- The value of the finding reason code summary.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-