Interface FailedRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<FailedRequest.Builder,
,FailedRequest> SdkBuilder<FailedRequest.Builder,
,FailedRequest> SdkPojo
- Enclosing class:
FailedRequest
public static interface FailedRequest.Builder
extends SdkPojo, CopyableBuilder<FailedRequest.Builder,FailedRequest>
-
Method Summary
Modifier and TypeMethodDescriptionfailureReasonCode
(String failureReasonCode) Reason code for the failure.failureReasonCode
(FailureReasonCode failureReasonCode) Reason code for the failure.failureReasonMessage
(String failureReasonMessage) Why the request to create a contact failed.requestIdentifier
(String requestIdentifier) Request identifier provided in the API call in the ContactDataRequest to create a contact.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 Details
-
requestIdentifier
Request identifier provided in the API call in the ContactDataRequest to create a contact.
- Parameters:
requestIdentifier
- Request identifier provided in the API call in the ContactDataRequest to create a contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
failureReasonCode
Reason code for the failure.
- Parameters:
failureReasonCode
- Reason code for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReasonCode
Reason code for the failure.
- Parameters:
failureReasonCode
- Reason code for the failure.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
failureReasonMessage
Why the request to create a contact failed.
- Parameters:
failureReasonMessage
- Why the request to create a contact failed.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-