Interface CreateMalwareProtectionPlanResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<CreateMalwareProtectionPlanResponse.Builder,CreateMalwareProtectionPlanResponse>,GuardDutyResponse.Builder,SdkBuilder<CreateMalwareProtectionPlanResponse.Builder,CreateMalwareProtectionPlanResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreateMalwareProtectionPlanResponse
public static interface CreateMalwareProtectionPlanResponse.Builder extends GuardDutyResponse.Builder, SdkPojo, CopyableBuilder<CreateMalwareProtectionPlanResponse.Builder,CreateMalwareProtectionPlanResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreateMalwareProtectionPlanResponse.BuildermalwareProtectionPlanId(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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
malwareProtectionPlanId
CreateMalwareProtectionPlanResponse.Builder malwareProtectionPlanId(String 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.
-
-