| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static UnprocessedStandardsControlAssociationUpdate.Builder |
UnprocessedStandardsControlAssociationUpdate.builder() |
UnprocessedStandardsControlAssociationUpdate.Builder |
UnprocessedStandardsControlAssociationUpdate.Builder.errorCode(String errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
UnprocessedStandardsControlAssociationUpdate.Builder |
UnprocessedStandardsControlAssociationUpdate.Builder.errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed update of the control's enablement status in the specified standard.
|
UnprocessedStandardsControlAssociationUpdate.Builder |
UnprocessedStandardsControlAssociationUpdate.Builder.errorReason(String errorReason)
The reason why a control's enablement status in the specified standard couldn't be updated.
|
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.
|
UnprocessedStandardsControlAssociationUpdate.Builder |
UnprocessedStandardsControlAssociationUpdate.Builder.standardsControlAssociationUpdate(StandardsControlAssociationUpdate standardsControlAssociationUpdate)
An array of control and standard associations for which an update failed when calling BatchUpdateStandardsControlAssociations.
|
UnprocessedStandardsControlAssociationUpdate.Builder |
UnprocessedStandardsControlAssociationUpdate.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UnprocessedStandardsControlAssociationUpdate.Builder> |
UnprocessedStandardsControlAssociationUpdate.serializableBuilderClass() |
Copyright © 2023. All rights reserved.