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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MalwareProtectionPlanSummary.BuildermalwareProtectionPlanId(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 Detail
-
malwareProtectionPlanId
MalwareProtectionPlanSummary.Builder malwareProtectionPlanId(String 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.
-
-