| Package | Description |
|---|---|
| software.amazon.awssdk.services.securityhub.model |
| Modifier and Type | Method and Description |
|---|---|
static UnprocessedSecurityControl.Builder |
UnprocessedSecurityControl.builder() |
UnprocessedSecurityControl.Builder |
UnprocessedSecurityControl.Builder.errorCode(String errorCode)
The error code for the unprocessed security control.
|
UnprocessedSecurityControl.Builder |
UnprocessedSecurityControl.Builder.errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed security control.
|
UnprocessedSecurityControl.Builder |
UnprocessedSecurityControl.Builder.errorReason(String errorReason)
The reason why the security control was unprocessed.
|
UnprocessedSecurityControl.Builder |
UnprocessedSecurityControl.Builder.securityControlId(String securityControlId)
The control (identified with
SecurityControlId, SecurityControlArn, or a mix of
both parameters) for which a response couldn't be returned. |
UnprocessedSecurityControl.Builder |
UnprocessedSecurityControl.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends UnprocessedSecurityControl.Builder> |
UnprocessedSecurityControl.serializableBuilderClass() |
Copyright © 2023. All rights reserved.