Interface RelatedFindingGroupDetail.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<RelatedFindingGroupDetail.Builder,RelatedFindingGroupDetail>,SdkBuilder<RelatedFindingGroupDetail.Builder,RelatedFindingGroupDetail>,SdkPojo
- Enclosing class:
- RelatedFindingGroupDetail
public static interface RelatedFindingGroupDetail.Builder extends SdkPojo, CopyableBuilder<RelatedFindingGroupDetail.Builder,RelatedFindingGroupDetail>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description RelatedFindingGroupDetail.Builderid(String id)The unique identifier for 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, sdkFields
-
-
-
-
Method Detail
-
id
RelatedFindingGroupDetail.Builder id(String id)
The unique identifier for the finding group.
- Parameters:
id- The unique identifier for the finding group.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-