Interface UnprocessedSecurityControl.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<UnprocessedSecurityControl.Builder,UnprocessedSecurityControl>,SdkBuilder<UnprocessedSecurityControl.Builder,UnprocessedSecurityControl>,SdkPojo
- Enclosing class:
- UnprocessedSecurityControl
public static interface UnprocessedSecurityControl.Builder extends SdkPojo, CopyableBuilder<UnprocessedSecurityControl.Builder,UnprocessedSecurityControl>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description UnprocessedSecurityControl.BuildererrorCode(String errorCode)The error code for the unprocessed security control.UnprocessedSecurityControl.BuildererrorCode(UnprocessedErrorCode errorCode)The error code for the unprocessed security control.UnprocessedSecurityControl.BuildererrorReason(String errorReason)The reason why the security control was unprocessed.UnprocessedSecurityControl.BuildersecurityControlId(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, sdkFields
-
-
-
-
Method Detail
-
securityControlId
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.- 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
UnprocessedSecurityControl.Builder errorCode(String 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:
UnprocessedErrorCode,UnprocessedErrorCode
-
errorCode
UnprocessedSecurityControl.Builder errorCode(UnprocessedErrorCode 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:
UnprocessedErrorCode,UnprocessedErrorCode
-
errorReason
UnprocessedSecurityControl.Builder errorReason(String 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.
-
-