public static interface UnprocessedSecurityControl.Builder extends SdkPojo, CopyableBuilder<UnprocessedSecurityControl.Builder,UnprocessedSecurityControl>
| Modifier and Type | Method and Description |
|---|---|
UnprocessedSecurityControl.Builder |
errorCode(String errorCode)
The error code for the unprocessed security control.
|
UnprocessedSecurityControl.Builder |
errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed security control.
|
UnprocessedSecurityControl.Builder |
errorReason(String errorReason)
The reason why the security control was unprocessed.
|
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. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildUnprocessedSecurityControl.Builder securityControlId(String securityControlId)
The control (identified with SecurityControlId, SecurityControlArn, or a mix of
both parameters) for which a response couldn't be returned.
securityControlId - The control (identified with SecurityControlId, SecurityControlArn, or a mix
of both parameters) for which a response couldn't be returned.UnprocessedSecurityControl.Builder errorCode(String errorCode)
The error code for the unprocessed security control.
errorCode - The error code for the unprocessed security control.UnprocessedErrorCode,
UnprocessedErrorCodeUnprocessedSecurityControl.Builder errorCode(UnprocessedErrorCode errorCode)
The error code for the unprocessed security control.
errorCode - The error code for the unprocessed security control.UnprocessedErrorCode,
UnprocessedErrorCodeUnprocessedSecurityControl.Builder errorReason(String errorReason)
The reason why the security control was unprocessed.
errorReason - The reason why the security control was unprocessed.Copyright © 2023. All rights reserved.