public static interface StandardsControlAssociationSummary.Builder extends SdkPojo, CopyableBuilder<StandardsControlAssociationSummary.Builder,StandardsControlAssociationSummary>
| Modifier and Type | Method and Description |
|---|---|
StandardsControlAssociationSummary.Builder |
associationStatus(AssociationStatus associationStatus)
The enablement status of a control in a specific standard.
|
StandardsControlAssociationSummary.Builder |
associationStatus(String associationStatus)
The enablement status of a control in a specific standard.
|
StandardsControlAssociationSummary.Builder |
relatedRequirements(Collection<String> relatedRequirements)
The requirement that underlies this control in the compliance framework related to the standard.
|
StandardsControlAssociationSummary.Builder |
relatedRequirements(String... relatedRequirements)
The requirement that underlies this control in the compliance framework related to the standard.
|
StandardsControlAssociationSummary.Builder |
securityControlArn(String securityControlArn)
The ARN of a control, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. |
StandardsControlAssociationSummary.Builder |
securityControlId(String securityControlId)
A unique standard-agnostic identifier for a control.
|
StandardsControlAssociationSummary.Builder |
standardsArn(String standardsArn)
The Amazon Resource Name (ARN) of a standard.
|
StandardsControlAssociationSummary.Builder |
standardsControlDescription(String standardsControlDescription)
The description of a control.
|
StandardsControlAssociationSummary.Builder |
standardsControlTitle(String standardsControlTitle)
The title of a control.
|
StandardsControlAssociationSummary.Builder |
updatedAt(Instant updatedAt)
The last time that a control's enablement status in a specified standard was updated.
|
StandardsControlAssociationSummary.Builder |
updatedReason(String updatedReason)
The reason for updating the control's enablement status in a specified standard.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStandardsControlAssociationSummary.Builder standardsArn(String standardsArn)
The Amazon Resource Name (ARN) of a standard.
standardsArn - The Amazon Resource Name (ARN) of a standard.StandardsControlAssociationSummary.Builder securityControlId(String securityControlId)
A unique standard-agnostic identifier for a control. Values for this field typically consist of an Amazon Web Service and a number, such as APIGateway.5. This field doesn't reference a specific standard.
securityControlId - A unique standard-agnostic identifier for a control. Values for this field typically consist of an
Amazon Web Service and a number, such as APIGateway.5. This field doesn't reference a specific
standard.StandardsControlAssociationSummary.Builder securityControlArn(String securityControlArn)
The ARN of a control, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. This parameter doesn't
mention a specific standard.
securityControlArn - The ARN of a control, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. This parameter
doesn't mention a specific standard.StandardsControlAssociationSummary.Builder associationStatus(String associationStatus)
The enablement status of a control in a specific standard.
associationStatus - The enablement status of a control in a specific standard.AssociationStatus,
AssociationStatusStandardsControlAssociationSummary.Builder associationStatus(AssociationStatus associationStatus)
The enablement status of a control in a specific standard.
associationStatus - The enablement status of a control in a specific standard.AssociationStatus,
AssociationStatusStandardsControlAssociationSummary.Builder relatedRequirements(Collection<String> relatedRequirements)
The requirement that underlies this control in the compliance framework related to the standard.
relatedRequirements - The requirement that underlies this control in the compliance framework related to the standard.StandardsControlAssociationSummary.Builder relatedRequirements(String... relatedRequirements)
The requirement that underlies this control in the compliance framework related to the standard.
relatedRequirements - The requirement that underlies this control in the compliance framework related to the standard.StandardsControlAssociationSummary.Builder updatedAt(Instant updatedAt)
The last time that a control's enablement status in a specified standard was updated.
updatedAt - The last time that a control's enablement status in a specified standard was updated.StandardsControlAssociationSummary.Builder updatedReason(String updatedReason)
The reason for updating the control's enablement status in a specified standard.
updatedReason - The reason for updating the control's enablement status in a specified standard.StandardsControlAssociationSummary.Builder standardsControlTitle(String standardsControlTitle)
The title of a control.
standardsControlTitle - The title of a control.StandardsControlAssociationSummary.Builder standardsControlDescription(String standardsControlDescription)
The description of a control. This typically summarizes how Security Hub evaluates the control and the conditions under which it produces a failed finding. The parameter may reference a specific standard.
standardsControlDescription - The description of a control. This typically summarizes how Security Hub evaluates the control and the
conditions under which it produces a failed finding. The parameter may reference a specific standard.Copyright © 2023. All rights reserved.