Interface MalwareProtectionPlanSummary.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MalwareProtectionPlanSummary.Builder,
,MalwareProtectionPlanSummary> SdkBuilder<MalwareProtectionPlanSummary.Builder,
,MalwareProtectionPlanSummary> SdkPojo
- Enclosing class:
MalwareProtectionPlanSummary
public static interface MalwareProtectionPlanSummary.Builder
extends SdkPojo, CopyableBuilder<MalwareProtectionPlanSummary.Builder,MalwareProtectionPlanSummary>
-
Method Summary
Modifier and TypeMethodDescriptionmalwareProtectionPlanId
(String malwareProtectionPlanId) A unique identifier associated with Malware Protection plan.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 Details
-
malwareProtectionPlanId
A unique identifier associated with Malware Protection plan.
- Parameters:
malwareProtectionPlanId
- A unique identifier associated with Malware Protection plan.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-