Interface RelatedFindingGroupDetail.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<RelatedFindingGroupDetail.Builder,
,RelatedFindingGroupDetail> SdkBuilder<RelatedFindingGroupDetail.Builder,
,RelatedFindingGroupDetail> SdkPojo
- Enclosing class:
RelatedFindingGroupDetail
@Mutable
@NotThreadSafe
public static interface RelatedFindingGroupDetail.Builder
extends SdkPojo, CopyableBuilder<RelatedFindingGroupDetail.Builder,RelatedFindingGroupDetail>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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, sdkFieldNameToField, sdkFields
-
Method Details
-
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.
-