Interface CustomerVoiceActivity.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<CustomerVoiceActivity.Builder,
,CustomerVoiceActivity> SdkBuilder<CustomerVoiceActivity.Builder,
,CustomerVoiceActivity> SdkPojo
- Enclosing class:
CustomerVoiceActivity
@Mutable
@NotThreadSafe
public static interface CustomerVoiceActivity.Builder
extends SdkPojo, CopyableBuilder<CustomerVoiceActivity.Builder,CustomerVoiceActivity>
-
Method Summary
Modifier and TypeMethodDescriptiongreetingEndTimestamp
(Instant greetingEndTimestamp) Timestamp that measures the end of the customer greeting from an outbound voice call.greetingStartTimestamp
(Instant greetingStartTimestamp) Timestamp that measures the beginning of the customer greeting from an outbound voice call.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
-
greetingStartTimestamp
Timestamp that measures the beginning of the customer greeting from an outbound voice call.
- Parameters:
greetingStartTimestamp
- Timestamp that measures the beginning of the customer greeting from an outbound voice call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
greetingEndTimestamp
Timestamp that measures the end of the customer greeting from an outbound voice call.
- Parameters:
greetingEndTimestamp
- Timestamp that measures the end of the customer greeting from an outbound voice call.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-