Interface StartOutboundVoiceContactResponse.Builder
- All Superinterfaces:
 AwsResponse.Builder,Buildable,ConnectResponse.Builder,CopyableBuilder<StartOutboundVoiceContactResponse.Builder,,StartOutboundVoiceContactResponse> SdkBuilder<StartOutboundVoiceContactResponse.Builder,,StartOutboundVoiceContactResponse> SdkPojo,SdkResponse.Builder
- Enclosing class:
 StartOutboundVoiceContactResponse
public static interface StartOutboundVoiceContactResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<StartOutboundVoiceContactResponse.Builder,StartOutboundVoiceContactResponse> 
- 
Method Summary
Modifier and TypeMethodDescriptionThe identifier of this contact within the Amazon Connect instance.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builder
build, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse 
- 
Method Details
- 
contactId
The identifier of this contact within the Amazon Connect instance.
- Parameters:
 contactId- The identifier of this contact within the Amazon Connect instance.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -