Interface UpdateSecurityRequirementEntry.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<UpdateSecurityRequirementEntry.Builder,,UpdateSecurityRequirementEntry> SdkBuilder<UpdateSecurityRequirementEntry.Builder,,UpdateSecurityRequirementEntry> SdkPojo
- Enclosing class:
UpdateSecurityRequirementEntry
@Mutable
@NotThreadSafe
public static interface UpdateSecurityRequirementEntry.Builder
extends SdkPojo, CopyableBuilder<UpdateSecurityRequirementEntry.Builder,UpdateSecurityRequirementEntry>
-
Method Summary
Modifier and TypeMethodDescriptiondescription(String description) The updated description of the security requirement.The updated security domain the requirement belongs to.evaluation(String evaluation) The updated evaluation criteria used to assess compliance with this requirement.The name of the security requirement to update.remediation(String remediation) The updated remediation steps when the requirement is not met.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
name
The name of the security requirement to update. This is an immutable identifier and cannot be changed once the requirement is created.
- Parameters:
name- The name of the security requirement to update. This is an immutable identifier and cannot be changed once the requirement is created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The updated description of the security requirement.
- Parameters:
description- The updated description of the security requirement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
The updated security domain the requirement belongs to.
- Parameters:
domain- The updated security domain the requirement belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluation
The updated evaluation criteria used to assess compliance with this requirement.
- Parameters:
evaluation- The updated evaluation criteria used to assess compliance with this requirement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
remediation
The updated remediation steps when the requirement is not met.
- Parameters:
remediation- The updated remediation steps when the requirement is not met.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-