Interface StandardsControlAssociationUpdate.Builder

All Superinterfaces:
Buildable, CopyableBuilder<StandardsControlAssociationUpdate.Builder,StandardsControlAssociationUpdate>, SdkBuilder<StandardsControlAssociationUpdate.Builder,StandardsControlAssociationUpdate>, SdkPojo
Enclosing class:
StandardsControlAssociationUpdate

public static interface StandardsControlAssociationUpdate.Builder extends SdkPojo, CopyableBuilder<StandardsControlAssociationUpdate.Builder,StandardsControlAssociationUpdate>
  • Method Details

    • standardsArn

      The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.

      Parameters:
      standardsArn - The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • securityControlId

      StandardsControlAssociationUpdate.Builder securityControlId(String securityControlId)

      The unique identifier for the security control whose enablement status you want to update.

      Parameters:
      securityControlId - The unique identifier for the security control whose enablement status you want to update.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • associationStatus

      StandardsControlAssociationUpdate.Builder associationStatus(String associationStatus)

      The desired enablement status of the control in the standard.

      Parameters:
      associationStatus - The desired enablement status of the control in the standard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • associationStatus

      StandardsControlAssociationUpdate.Builder associationStatus(AssociationStatus associationStatus)

      The desired enablement status of the control in the standard.

      Parameters:
      associationStatus - The desired enablement status of the control in the standard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • updatedReason

      StandardsControlAssociationUpdate.Builder updatedReason(String updatedReason)

      The reason for updating the control's enablement status in the standard.

      Parameters:
      updatedReason - The reason for updating the control's enablement status in the standard.
      Returns:
      Returns a reference to this object so that method calls can be chained together.