public static interface WafInvalidParameterException.Builder extends CopyableBuilder<WafInvalidParameterException.Builder,WafInvalidParameterException>, WafException.Builder
| Modifier and Type | Method and Description |
|---|---|
WafInvalidParameterException.Builder |
awsErrorDetails(AwsErrorDetails awsErrorDetails)
Specifies the additional awsErrorDetails from the service response.
|
WafInvalidParameterException.Builder |
cause(Throwable cause)
Specifies the exception that caused this exception to occur.
|
WafInvalidParameterException.Builder |
field(ParameterExceptionField field)
Sets the value of the Field property for this object.
|
WafInvalidParameterException.Builder |
field(String field)
Sets the value of the Field property for this object.
|
WafInvalidParameterException.Builder |
message(String message)
Specifies the details of this exception.
|
WafInvalidParameterException.Builder |
parameter(String parameter)
Sets the value of the Parameter property for this object.
|
WafInvalidParameterException.Builder |
reason(ParameterExceptionReason reason)
Sets the value of the Reason property for this object.
|
WafInvalidParameterException.Builder |
reason(String reason)
Sets the value of the Reason property for this object.
|
WafInvalidParameterException.Builder |
requestId(String requestId)
Specifies the requestId returned by the called service.
|
WafInvalidParameterException.Builder |
statusCode(int statusCode)
Specifies the status code returned by the service.
|
copyapplyMutation, buildawsErrorDetails, buildrequestId, statusCodecause, messageWafInvalidParameterException.Builder field(String field)
field - The new value for the Field property for this object.ParameterExceptionField,
ParameterExceptionFieldWafInvalidParameterException.Builder field(ParameterExceptionField field)
field - The new value for the Field property for this object.ParameterExceptionField,
ParameterExceptionFieldWafInvalidParameterException.Builder parameter(String parameter)
parameter - The new value for the Parameter property for this object.WafInvalidParameterException.Builder reason(String reason)
reason - The new value for the Reason property for this object.ParameterExceptionReason,
ParameterExceptionReasonWafInvalidParameterException.Builder reason(ParameterExceptionReason reason)
reason - The new value for the Reason property for this object.ParameterExceptionReason,
ParameterExceptionReasonWafInvalidParameterException.Builder awsErrorDetails(AwsErrorDetails awsErrorDetails)
AwsServiceException.BuilderawsErrorDetails in interface AwsServiceException.BuilderawsErrorDetails in interface WafException.BuilderawsErrorDetails - Object containing additional details from the response.WafInvalidParameterException.Builder message(String message)
SdkException.Buildermessage in interface AwsServiceException.Buildermessage in interface SdkException.Buildermessage in interface SdkServiceException.Buildermessage in interface WafException.Buildermessage - The details of this exception.WafInvalidParameterException.Builder requestId(String requestId)
SdkServiceException.BuilderrequestId in interface AwsServiceException.BuilderrequestId in interface SdkServiceException.BuilderrequestId in interface WafException.BuilderrequestId - A string that identifies the request made to a service.WafInvalidParameterException.Builder statusCode(int statusCode)
SdkServiceException.BuilderstatusCode in interface AwsServiceException.BuilderstatusCode in interface SdkServiceException.BuilderstatusCode in interface WafException.BuilderstatusCode - an int containing the status code returned by the service.WafInvalidParameterException.Builder cause(Throwable cause)
SdkException.Buildercause in interface AwsServiceException.Buildercause in interface SdkException.Buildercause in interface SdkServiceException.Buildercause in interface WafException.Buildercause - The exception that caused this exception to occur.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.