Interface MalwareProtectionPlanStatusReason.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<MalwareProtectionPlanStatusReason.Builder,
,MalwareProtectionPlanStatusReason> SdkBuilder<MalwareProtectionPlanStatusReason.Builder,
,MalwareProtectionPlanStatusReason> SdkPojo
- Enclosing class:
MalwareProtectionPlanStatusReason
@Mutable
@NotThreadSafe
public static interface MalwareProtectionPlanStatusReason.Builder
extends SdkPojo, CopyableBuilder<MalwareProtectionPlanStatusReason.Builder,MalwareProtectionPlanStatusReason>
-
Method Summary
Modifier and TypeMethodDescriptionIssue code.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, sdkFieldNameToField, sdkFields
-
Method Details
-
code
Issue code.
- Parameters:
code
- Issue code.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
message
Issue message that specifies the reason. For information about potential troubleshooting steps, see Troubleshooting Malware Protection for S3 status issues in the Amazon 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 Amazon GuardDuty User Guide.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-