Interface SuccessfulRequest.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<SuccessfulRequest.Builder,
,SuccessfulRequest> SdkBuilder<SuccessfulRequest.Builder,
,SuccessfulRequest> SdkPojo
- Enclosing class:
SuccessfulRequest
@Mutable
@NotThreadSafe
public static interface SuccessfulRequest.Builder
extends SdkPojo, CopyableBuilder<SuccessfulRequest.Builder,SuccessfulRequest>
-
Method Summary
Modifier and TypeMethodDescriptionThe contactId of the contact that was created successfully.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, sdkFieldNameToField, 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.
-
contactId
The contactId of the contact that was created successfully.
- Parameters:
contactId
- The contactId of the contact that was created successfully.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-