Interface CreatePersistentContactAssociationResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<CreatePersistentContactAssociationResponse.Builder,CreatePersistentContactAssociationResponse>,SdkBuilder<CreatePersistentContactAssociationResponse.Builder,CreatePersistentContactAssociationResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- CreatePersistentContactAssociationResponse
public static interface CreatePersistentContactAssociationResponse.Builder extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<CreatePersistentContactAssociationResponse.Builder,CreatePersistentContactAssociationResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CreatePersistentContactAssociationResponse.BuildercontinuedFromContactId(String continuedFromContactId)The contactId from which a persistent chat session is started.-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
continuedFromContactId
CreatePersistentContactAssociationResponse.Builder continuedFromContactId(String continuedFromContactId)
The contactId from which a persistent chat session is started. This field is populated only for persistent chat.
- Parameters:
continuedFromContactId- The contactId from which a persistent chat session is started. This field is populated only for persistent chat.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-