public static interface StandardsControlAssociationUpdate.Builder extends SdkPojo, CopyableBuilder<StandardsControlAssociationUpdate.Builder,StandardsControlAssociationUpdate>
| Modifier and Type | Method and Description |
|---|---|
StandardsControlAssociationUpdate.Builder |
associationStatus(AssociationStatus associationStatus)
The desired enablement status of the control in the standard.
|
StandardsControlAssociationUpdate.Builder |
associationStatus(String associationStatus)
The desired enablement status of the control in the standard.
|
StandardsControlAssociationUpdate.Builder |
securityControlId(String securityControlId)
The unique identifier for the security control whose enablement status you want to update.
|
StandardsControlAssociationUpdate.Builder |
standardsArn(String standardsArn)
The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.
|
StandardsControlAssociationUpdate.Builder |
updatedReason(String updatedReason)
The reason for updating the control's enablement status in the standard.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildStandardsControlAssociationUpdate.Builder standardsArn(String standardsArn)
The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.
standardsArn - The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement
status.StandardsControlAssociationUpdate.Builder securityControlId(String securityControlId)
The unique identifier for the security control whose enablement status you want to update.
securityControlId - The unique identifier for the security control whose enablement status you want to update.StandardsControlAssociationUpdate.Builder associationStatus(String associationStatus)
The desired enablement status of the control in the standard.
associationStatus - The desired enablement status of the control in the standard.AssociationStatus,
AssociationStatusStandardsControlAssociationUpdate.Builder associationStatus(AssociationStatus associationStatus)
The desired enablement status of the control in the standard.
associationStatus - The desired enablement status of the control in the standard.AssociationStatus,
AssociationStatusStandardsControlAssociationUpdate.Builder updatedReason(String updatedReason)
The reason for updating the control's enablement status in the standard.
updatedReason - The reason for updating the control's enablement status in the standard.Copyright © 2023. All rights reserved.