| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
StandardsControlAssociationUpdate.Builder |
StandardsControlAssociationUpdate.Builder.associationStatus(AssociationStatus associationStatus)
The desired enablement status of the control in the standard.
|
StandardsControlAssociationUpdate.Builder |
StandardsControlAssociationUpdate.Builder.associationStatus(String associationStatus)
The desired enablement status of the control in the standard.
|
static StandardsControlAssociationUpdate.Builder |
StandardsControlAssociationUpdate.builder() |
StandardsControlAssociationUpdate.Builder |
StandardsControlAssociationUpdate.Builder.securityControlId(String securityControlId)
The unique identifier for the security control whose enablement status you want to update.
|
StandardsControlAssociationUpdate.Builder |
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 |
StandardsControlAssociationUpdate.toBuilder() |
StandardsControlAssociationUpdate.Builder |
StandardsControlAssociationUpdate.Builder.updatedReason(String updatedReason)
The reason for updating the control's enablement status in the standard.
|
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends StandardsControlAssociationUpdate.Builder> |
StandardsControlAssociationUpdate.serializableBuilderClass() |
| Modifier and Type | Method and Description |
|---|---|
default UnprocessedStandardsControlAssociationUpdate.Builder |
UnprocessedStandardsControlAssociationUpdate.Builder.standardsControlAssociationUpdate(Consumer<StandardsControlAssociationUpdate.Builder> standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
Copyright © 2023. All rights reserved.