Interface UnprocessedSecurityControl.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<UnprocessedSecurityControl.Builder,
,UnprocessedSecurityControl> SdkBuilder<UnprocessedSecurityControl.Builder,
,UnprocessedSecurityControl> SdkPojo
- Enclosing class:
UnprocessedSecurityControl
@Mutable
@NotThreadSafe
public static interface UnprocessedSecurityControl.Builder
extends SdkPojo, CopyableBuilder<UnprocessedSecurityControl.Builder,UnprocessedSecurityControl>
-
Method Summary
Modifier and TypeMethodDescriptionThe error code for the unprocessed security control.errorCode
(UnprocessedErrorCode errorCode) The error code for the unprocessed security control.errorReason
(String errorReason) The reason why the security control was unprocessed.securityControlId
(String securityControlId) The control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) for which a response couldn't be returned.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
securityControlId
The control (identified with
SecurityControlId
,SecurityControlArn
, or a mix of both parameters) for which a response couldn't be returned.- Parameters:
securityControlId
- The control (identified withSecurityControlId
,SecurityControlArn
, or a mix of both parameters) for which a response couldn't be returned.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
errorCode
The error code for the unprocessed security control.
- Parameters:
errorCode
- The error code for the unprocessed security control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorCode
The error code for the unprocessed security control.
- Parameters:
errorCode
- The error code for the unprocessed security control.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
errorReason
The reason why the security control was unprocessed.
- Parameters:
errorReason
- The reason why the security control was unprocessed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-