Interface CreateMalwareProtectionPlanResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,Buildable
,CopyableBuilder<CreateMalwareProtectionPlanResponse.Builder,
,CreateMalwareProtectionPlanResponse> GuardDutyResponse.Builder
,SdkBuilder<CreateMalwareProtectionPlanResponse.Builder,
,CreateMalwareProtectionPlanResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
CreateMalwareProtectionPlanResponse
@Mutable
@NotThreadSafe
public static interface CreateMalwareProtectionPlanResponse.Builder
extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<CreateMalwareProtectionPlanResponse.Builder,CreateMalwareProtectionPlanResponse>
-
Method Summary
Modifier and TypeMethodDescriptionmalwareProtectionPlanId
(String malwareProtectionPlanId) A unique identifier associated with the Malware Protection plan resource.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.services.guardduty.model.GuardDutyResponse.Builder
build, responseMetadata, responseMetadata
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
malwareProtectionPlanId
A unique identifier associated with the Malware Protection plan resource.
- Parameters:
malwareProtectionPlanId
- A unique identifier associated with the Malware Protection plan resource.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-