public static interface StandardsControlAssociationDetail.Builder extends SdkPojo, CopyableBuilder<StandardsControlAssociationDetail.Builder,StandardsControlAssociationDetail>
| Modifier and Type | Method and Description |
|---|---|
StandardsControlAssociationDetail.Builder |
associationStatus(AssociationStatus associationStatus)
Specifies whether a control is enabled or disabled in a specified standard.
|
StandardsControlAssociationDetail.Builder |
associationStatus(String associationStatus)
Specifies whether a control is enabled or disabled in a specified standard.
|
StandardsControlAssociationDetail.Builder |
relatedRequirements(Collection<String> relatedRequirements)
The requirement that underlies a control in the compliance framework related to the standard.
|
StandardsControlAssociationDetail.Builder |
relatedRequirements(String... relatedRequirements)
The requirement that underlies a control in the compliance framework related to the standard.
|
StandardsControlAssociationDetail.Builder |
securityControlArn(String securityControlArn)
The ARN of a security control across standards, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. |
StandardsControlAssociationDetail.Builder |
securityControlId(String securityControlId)
The unique identifier of a security control across standards.
|
StandardsControlAssociationDetail.Builder |
standardsArn(String standardsArn)
The Amazon Resource Name (ARN) of a security standard.
|
StandardsControlAssociationDetail.Builder |
standardsControlArns(Collection<String> standardsControlArns)
Provides the input parameter that Security Hub uses to call the UpdateStandardsControl API.
|
StandardsControlAssociationDetail.Builder |
standardsControlArns(String... standardsControlArns)
Provides the input parameter that Security Hub uses to call the UpdateStandardsControl API.
|
StandardsControlAssociationDetail.Builder |
standardsControlDescription(String standardsControlDescription)
The description of a control.
|
StandardsControlAssociationDetail.Builder |
standardsControlTitle(String standardsControlTitle)
The title of a control.
|
StandardsControlAssociationDetail.Builder |
updatedAt(Instant updatedAt)
The time at which the enablement status of the control in the specified standard was last updated.
|
StandardsControlAssociationDetail.Builder |
updatedReason(String updatedReason)
The reason for updating the enablement status of a control in a specified standard.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStandardsControlAssociationDetail.Builder standardsArn(String standardsArn)
The Amazon Resource Name (ARN) of a security standard.
standardsArn - The Amazon Resource Name (ARN) of a security standard.StandardsControlAssociationDetail.Builder securityControlId(String securityControlId)
The unique identifier of a security control across standards. Values for this field typically consist of an Amazon Web Service name and a number, such as APIGateway.3.
securityControlId - The unique identifier of a security control across standards. Values for this field typically consist
of an Amazon Web Service name and a number, such as APIGateway.3.StandardsControlAssociationDetail.Builder securityControlArn(String securityControlArn)
The ARN of a security control across standards, 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 security control across standards, such as
arn:aws:securityhub:eu-central-1:123456789012:security-control/S3.1. This parameter
doesn't mention a specific standard.StandardsControlAssociationDetail.Builder associationStatus(String associationStatus)
Specifies whether a control is enabled or disabled in a specified standard.
associationStatus - Specifies whether a control is enabled or disabled in a specified standard.AssociationStatus,
AssociationStatusStandardsControlAssociationDetail.Builder associationStatus(AssociationStatus associationStatus)
Specifies whether a control is enabled or disabled in a specified standard.
associationStatus - Specifies whether a control is enabled or disabled in a specified standard.AssociationStatus,
AssociationStatusStandardsControlAssociationDetail.Builder relatedRequirements(Collection<String> relatedRequirements)
The requirement that underlies a control in the compliance framework related to the standard.
relatedRequirements - The requirement that underlies a control in the compliance framework related to the standard.StandardsControlAssociationDetail.Builder relatedRequirements(String... relatedRequirements)
The requirement that underlies a control in the compliance framework related to the standard.
relatedRequirements - The requirement that underlies a control in the compliance framework related to the standard.StandardsControlAssociationDetail.Builder updatedAt(Instant updatedAt)
The time at which the enablement status of the control in the specified standard was last updated.
updatedAt - The time at which the enablement status of the control in the specified standard was last updated.StandardsControlAssociationDetail.Builder updatedReason(String updatedReason)
The reason for updating the enablement status of a control in a specified standard.
updatedReason - The reason for updating the enablement status of a control in a specified standard.StandardsControlAssociationDetail.Builder standardsControlTitle(String standardsControlTitle)
The title of a control. This field may reference a specific standard.
standardsControlTitle - The title of a control. This field may reference a specific standard.StandardsControlAssociationDetail.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. This 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. This parameter may reference a specific standard.StandardsControlAssociationDetail.Builder standardsControlArns(Collection<String> standardsControlArns)
Provides the input parameter that Security Hub uses to call the UpdateStandardsControl API. This API can be used to enable or disable a control in a specified standard.
standardsControlArns - Provides the input parameter that Security Hub uses to call the UpdateStandardsControl API. This API can be used to enable or disable a control in a specified
standard.StandardsControlAssociationDetail.Builder standardsControlArns(String... standardsControlArns)
Provides the input parameter that Security Hub uses to call the UpdateStandardsControl API. This API can be used to enable or disable a control in a specified standard.
standardsControlArns - Provides the input parameter that Security Hub uses to call the UpdateStandardsControl API. This API can be used to enable or disable a control in a specified
standard.Copyright © 2023. All rights reserved.