Interface CustomerVoiceActivity.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<CustomerVoiceActivity.Builder,CustomerVoiceActivity>,SdkBuilder<CustomerVoiceActivity.Builder,CustomerVoiceActivity>,SdkPojo
- Enclosing class:
- CustomerVoiceActivity
public static interface CustomerVoiceActivity.Builder extends SdkPojo, CopyableBuilder<CustomerVoiceActivity.Builder,CustomerVoiceActivity>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description CustomerVoiceActivity.BuildergreetingEndTimestamp(Instant greetingEndTimestamp)Timestamp that measures the end of the customer greeting from an outbound voice call.CustomerVoiceActivity.BuildergreetingStartTimestamp(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, sdkFields
-
-
-
-
Method Detail
-
greetingStartTimestamp
CustomerVoiceActivity.Builder greetingStartTimestamp(Instant 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
CustomerVoiceActivity.Builder greetingEndTimestamp(Instant 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.
-
-