Interface BatchGetSecurityRequirementResult.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<BatchGetSecurityRequirementResult.Builder,,BatchGetSecurityRequirementResult> SdkBuilder<BatchGetSecurityRequirementResult.Builder,,BatchGetSecurityRequirementResult> SdkPojo
- Enclosing class:
BatchGetSecurityRequirementResult
@Mutable
@NotThreadSafe
public static interface BatchGetSecurityRequirementResult.Builder
extends SdkPojo, CopyableBuilder<BatchGetSecurityRequirementResult.Builder,BatchGetSecurityRequirementResult>
-
Method Summary
Modifier and TypeMethodDescriptionThe date and time the security requirement was created, in UTC format.description(String description) A description of the security requirement.The security domain the requirement belongs to.evaluation(String evaluation) The evaluation criteria used to assess compliance with this requirement.The name of the security requirement.The unique identifier of the pack containing the security requirement.remediation(String remediation) The recommended remediation steps when the requirement is not met.The date and time the security requirement was last updated, in UTC format.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
-
packId
The unique identifier of the pack containing the security requirement.
- Parameters:
packId- The unique identifier of the pack containing the security requirement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
name
The name of the security requirement.
- Parameters:
name- The name of the security requirement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
A description of the security requirement.
- Parameters:
description- A description of the security requirement.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
domain
The security domain the requirement belongs to.
- Parameters:
domain- The security domain the requirement belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
evaluation
The evaluation criteria used to assess compliance with this requirement.
- Parameters:
evaluation- The 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 recommended remediation steps when the requirement is not met.
- Parameters:
remediation- The recommended remediation steps when the requirement is not met.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
createdAt
The date and time the security requirement was created, in UTC format.
- Parameters:
createdAt- The date and time the security requirement was created, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedAt
The date and time the security requirement was last updated, in UTC format.
- Parameters:
updatedAt- The date and time the security requirement was last updated, in UTC format.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-