Interface FindingSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FindingSummary.Builder,
,FindingSummary> SdkBuilder<FindingSummary.Builder,
,FindingSummary> SdkPojo
- Enclosing class:
FindingSummary
@Mutable
@NotThreadSafe
public static interface FindingSummary.Builder
extends SdkPojo, CopyableBuilder<FindingSummary.Builder,FindingSummary>
-
Method Summary
Modifier and TypeMethodDescriptionThe ID of the finding.lastModifiedTime
(Instant lastModifiedTime) The timestamp for when the finding was last updated.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 ID of the finding.
- Parameters:
id
- The ID of the finding.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
lastModifiedTime
The timestamp for when the finding was last updated.
- Parameters:
lastModifiedTime
- The timestamp for when the finding was last updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-