Interface MalwareProtectionPlanStatusReason.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<MalwareProtectionPlanStatusReason.Builder,MalwareProtectionPlanStatusReason>,SdkBuilder<MalwareProtectionPlanStatusReason.Builder,MalwareProtectionPlanStatusReason>,SdkPojo
- Enclosing class:
- MalwareProtectionPlanStatusReason
public static interface MalwareProtectionPlanStatusReason.Builder extends SdkPojo, CopyableBuilder<MalwareProtectionPlanStatusReason.Builder,MalwareProtectionPlanStatusReason>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description MalwareProtectionPlanStatusReason.Buildercode(String code)Issue code.MalwareProtectionPlanStatusReason.Buildermessage(String message)Issue message that specifies the reason.-
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
-
code
MalwareProtectionPlanStatusReason.Builder code(String code)
Issue code.
- Parameters:
code- Issue code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
MalwareProtectionPlanStatusReason.Builder message(String message)
Issue message that specifies the reason. For information about potential troubleshooting steps, see Troubleshooting Malware Protection for S3 status issues in the GuardDuty User Guide.
- Parameters:
message- Issue message that specifies the reason. For information about potential troubleshooting steps, see Troubleshooting Malware Protection for S3 status issues in the GuardDuty User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-