Interface DetectMitigationActionsTaskTarget.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<DetectMitigationActionsTaskTarget.Builder,,- DetectMitigationActionsTaskTarget> - SdkBuilder<DetectMitigationActionsTaskTarget.Builder,,- DetectMitigationActionsTaskTarget> - SdkPojo
- Enclosing class:
- DetectMitigationActionsTaskTarget
@Mutable
@NotThreadSafe
public static interface DetectMitigationActionsTaskTarget.Builder
extends SdkPojo, CopyableBuilder<DetectMitigationActionsTaskTarget.Builder,DetectMitigationActionsTaskTarget> 
- 
Method SummaryModifier and TypeMethodDescriptionbehaviorName(String behaviorName) The name of the behavior.securityProfileName(String securityProfileName) The name of the security profile.violationIds(String... violationIds) The unique identifiers of the violations.violationIds(Collection<String> violationIds) The unique identifiers of the violations.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
violationIdsThe unique identifiers of the violations. - Parameters:
- violationIds- The unique identifiers of the violations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
violationIdsThe unique identifiers of the violations. - Parameters:
- violationIds- The unique identifiers of the violations.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
securityProfileNameThe name of the security profile. - Parameters:
- securityProfileName- The name of the security profile.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
behaviorNameThe name of the behavior. - Parameters:
- behaviorName- The name of the behavior.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-