Interface SuccessfulRequest.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<SuccessfulRequest.Builder,SuccessfulRequest>,SdkBuilder<SuccessfulRequest.Builder,SuccessfulRequest>,SdkPojo
- Enclosing class:
- SuccessfulRequest
public static interface SuccessfulRequest.Builder extends SdkPojo, CopyableBuilder<SuccessfulRequest.Builder,SuccessfulRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SuccessfulRequest.BuildercontactId(String contactId)The contactId of the contact that was created successfully.SuccessfulRequest.BuilderrequestIdentifier(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 Detail
-
requestIdentifier
SuccessfulRequest.Builder requestIdentifier(String 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
SuccessfulRequest.Builder contactId(String 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.
-
-