Interface StopContactRecordingRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,Buildable,ConnectRequest.Builder,CopyableBuilder<StopContactRecordingRequest.Builder,StopContactRecordingRequest>,SdkBuilder<StopContactRecordingRequest.Builder,StopContactRecordingRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- StopContactRecordingRequest
public static interface StopContactRecordingRequest.Builder extends ConnectRequest.Builder, SdkPojo, CopyableBuilder<StopContactRecordingRequest.Builder,StopContactRecordingRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StopContactRecordingRequest.BuildercontactId(String contactId)The identifier of the contact.StopContactRecordingRequest.BuilderinitialContactId(String initialContactId)The identifier of the contact.StopContactRecordingRequest.BuilderinstanceId(String instanceId)The identifier of the Amazon Connect instance.StopContactRecordingRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)StopContactRecordingRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectRequest.Builder
build
-
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
-
instanceId
StopContactRecordingRequest.Builder instanceId(String instanceId)
The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.
- Parameters:
instanceId- The identifier of the Amazon Connect instance. You can find the instance ID in the Amazon Resource Name (ARN) of the instance.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
contactId
StopContactRecordingRequest.Builder contactId(String contactId)
The identifier of the contact.
- Parameters:
contactId- The identifier of the contact.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
initialContactId
StopContactRecordingRequest.Builder initialContactId(String initialContactId)
The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.
- Parameters:
initialContactId- The identifier of the contact. This is the identifier of the contact associated with the first interaction with the contact center.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
StopContactRecordingRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
StopContactRecordingRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-