public static interface WAFInvalidParameterException.Builder extends CopyableBuilder<WAFInvalidParameterException.Builder,WAFInvalidParameterException>
| Modifier and Type | Method and Description |
|---|---|
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) |
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.
|
copyapply, buildWAFInvalidParameterException.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 message(String message)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.