CopyableBuilder<InvalidInputException.Builder,InvalidInputException>
, SdkBuilder<InvalidInputException.Builder,InvalidInputException>
public static interface InvalidInputException.Builder extends CopyableBuilder<InvalidInputException.Builder,InvalidInputException>
Modifier and Type | Method | Description |
---|---|---|
InvalidInputException.Builder |
canRetry(Boolean canRetry) |
You can immediately retry your request.
|
InvalidInputException.Builder |
inspectorErrorCode(String inspectorErrorCode) |
Code that indicates the type of error that is generated.
|
InvalidInputException.Builder |
inspectorErrorCode(InvalidInputErrorCode inspectorErrorCode) |
Code that indicates the type of error that is generated.
|
InvalidInputException.Builder |
message(String message) |
copy
apply, build
InvalidInputException.Builder canRetry(Boolean canRetry)
You can immediately retry your request.
canRetry
- You can immediately retry your request.InvalidInputException.Builder inspectorErrorCode(String inspectorErrorCode)
Code that indicates the type of error that is generated.
inspectorErrorCode
- Code that indicates the type of error that is generated.InvalidInputErrorCode
InvalidInputException.Builder inspectorErrorCode(InvalidInputErrorCode inspectorErrorCode)
Code that indicates the type of error that is generated.
inspectorErrorCode
- Code that indicates the type of error that is generated.InvalidInputErrorCode
InvalidInputException.Builder message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.