Uses of Interface
software.amazon.awssdk.services.securityhub.model.StandardsControlAssociationUpdate.Builder
-
Packages that use StandardsControlAssociationUpdate.Builder Package Description software.amazon.awssdk.services.securityhub.model -
-
Uses of StandardsControlAssociationUpdate.Builder in software.amazon.awssdk.services.securityhub.model
Methods in software.amazon.awssdk.services.securityhub.model that return StandardsControlAssociationUpdate.Builder Modifier and Type Method Description StandardsControlAssociationUpdate.BuilderStandardsControlAssociationUpdate.Builder. associationStatus(String associationStatus)The desired enablement status of the control in the standard.StandardsControlAssociationUpdate.BuilderStandardsControlAssociationUpdate.Builder. associationStatus(AssociationStatus associationStatus)The desired enablement status of the control in the standard.static StandardsControlAssociationUpdate.BuilderStandardsControlAssociationUpdate. builder()StandardsControlAssociationUpdate.BuilderStandardsControlAssociationUpdate.Builder. securityControlId(String securityControlId)The unique identifier for the security control whose enablement status you want to update.StandardsControlAssociationUpdate.BuilderStandardsControlAssociationUpdate.Builder. standardsArn(String standardsArn)The Amazon Resource Name (ARN) of the standard in which you want to update the control's enablement status.StandardsControlAssociationUpdate.BuilderStandardsControlAssociationUpdate. toBuilder()StandardsControlAssociationUpdate.BuilderStandardsControlAssociationUpdate.Builder. updatedReason(String updatedReason)The reason for updating the control's enablement status in the standard.Methods in software.amazon.awssdk.services.securityhub.model that return types with arguments of type StandardsControlAssociationUpdate.Builder Modifier and Type Method Description static Class<? extends StandardsControlAssociationUpdate.Builder>StandardsControlAssociationUpdate. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.securityhub.model with type arguments of type StandardsControlAssociationUpdate.Builder Modifier and Type Method Description default UnprocessedStandardsControlAssociationUpdate.BuilderUnprocessedStandardsControlAssociationUpdate.Builder. standardsControlAssociationUpdate(Consumer<StandardsControlAssociationUpdate.Builder> standardsControlAssociationUpdate)An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
-