Interface AssessmentTargetSummary.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AssessmentTargetSummary.Builder,,AssessmentTargetSummary> SdkBuilder<AssessmentTargetSummary.Builder,,AssessmentTargetSummary> SdkPojo
- Enclosing class:
AssessmentTargetSummary
@Mutable
@NotThreadSafe
public static interface AssessmentTargetSummary.Builder
extends SdkPojo, CopyableBuilder<AssessmentTargetSummary.Builder,AssessmentTargetSummary>
-
Method Summary
Modifier and TypeMethodDescriptionchangeSetId(String changeSetId) The unique ID of the change set that was assessed.The unique ID of the entity that was assessed.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
entityId
The unique ID of the entity that was assessed.
- Parameters:
entityId- The unique ID of the entity that was assessed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
changeSetId
The unique ID of the change set that was assessed.
- Parameters:
changeSetId- The unique ID of the change set that was assessed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-