Interface MalwareProtectionPlanTaggingAction.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MalwareProtectionPlanTaggingAction.Builder,MalwareProtectionPlanTaggingAction>,SdkBuilder<MalwareProtectionPlanTaggingAction.Builder,MalwareProtectionPlanTaggingAction>,SdkPojo
- Enclosing class:
- MalwareProtectionPlanTaggingAction
public static interface MalwareProtectionPlanTaggingAction.Builder extends SdkPojo, CopyableBuilder<MalwareProtectionPlanTaggingAction.Builder,MalwareProtectionPlanTaggingAction>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MalwareProtectionPlanTaggingAction.Builderstatus(String status)Indicates whether or not the tags will added.MalwareProtectionPlanTaggingAction.Builderstatus(MalwareProtectionPlanTaggingActionStatus status)Indicates whether or not the tags will added.-
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
-
status
MalwareProtectionPlanTaggingAction.Builder status(String status)
Indicates whether or not the tags will added.
- Parameters:
status- Indicates whether or not the tags will added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MalwareProtectionPlanTaggingActionStatus,MalwareProtectionPlanTaggingActionStatus
-
status
MalwareProtectionPlanTaggingAction.Builder status(MalwareProtectionPlanTaggingActionStatus status)
Indicates whether or not the tags will added.
- Parameters:
status- Indicates whether or not the tags will added.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
MalwareProtectionPlanTaggingActionStatus,MalwareProtectionPlanTaggingActionStatus
-
-