default GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.actions(Consumer<MalwareProtectionPlanActions.Builder> actions) |
Information about whether the tags will be added to the S3 object after scanning.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.actions(MalwareProtectionPlanActions actions) |
Information about whether the tags will be added to the S3 object after scanning.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.arn(String arn) |
Amazon Resource Name (ARN) of the protected resource.
|
static GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.builder() |
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.createdAt(Instant createdAt) |
The timestamp when the Malware Protection plan resource was created.
|
default GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.protectedResource(Consumer<CreateProtectedResource.Builder> protectedResource) |
Information about the protected resource that is associated with the created Malware Protection plan.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.protectedResource(CreateProtectedResource protectedResource) |
Information about the protected resource that is associated with the created Malware Protection plan.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.role(String role) |
IAM role that includes the permissions required to scan and add tags to the associated protected resource.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.status(String status) |
Malware Protection plan status.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.status(MalwareProtectionPlanStatus status) |
Malware Protection plan status.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.statusReasons(Collection<MalwareProtectionPlanStatusReason> statusReasons) |
Information about the issue code and message associated to the status of your Malware Protection plan.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.statusReasons(Consumer<MalwareProtectionPlanStatusReason.Builder>... statusReasons) |
Information about the issue code and message associated to the status of your Malware Protection plan.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.statusReasons(MalwareProtectionPlanStatusReason... statusReasons) |
Information about the issue code and message associated to the status of your Malware Protection plan.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.Builder.tags(Map<String,String> tags) |
Tags added to the Malware Protection plan resource.
|
GetMalwareProtectionPlanResponse.Builder |
GetMalwareProtectionPlanResponse.toBuilder() |
|