Interface VoiceToneAnalysisTask.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<VoiceToneAnalysisTask.Builder,
,VoiceToneAnalysisTask> SdkBuilder<VoiceToneAnalysisTask.Builder,
,VoiceToneAnalysisTask> SdkPojo
- Enclosing class:
VoiceToneAnalysisTask
public static interface VoiceToneAnalysisTask.Builder
extends SdkPojo, CopyableBuilder<VoiceToneAnalysisTask.Builder,VoiceToneAnalysisTask>
-
Method Summary
Modifier and TypeMethodDescriptioncreatedTimestamp
(Instant createdTimestamp) The time at which a voice tone analysis task was created.updatedTimestamp
(Instant updatedTimestamp) The time at which a voice tone analysis task was updated.voiceToneAnalysisTaskId
(String voiceToneAnalysisTaskId) The ID of the voice tone analysis task.voiceToneAnalysisTaskStatus
(String voiceToneAnalysisTaskStatus) The status of a voice tone analysis task.voiceToneAnalysisTaskStatus
(MediaPipelineTaskStatus voiceToneAnalysisTaskStatus) The status of a voice tone analysis task.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 Details
-
voiceToneAnalysisTaskId
The ID of the voice tone analysis task.
- Parameters:
voiceToneAnalysisTaskId
- The ID of the voice tone analysis task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
voiceToneAnalysisTaskStatus
The status of a voice tone analysis task.
- Parameters:
voiceToneAnalysisTaskStatus
- The status of a voice tone analysis task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
voiceToneAnalysisTaskStatus
VoiceToneAnalysisTask.Builder voiceToneAnalysisTaskStatus(MediaPipelineTaskStatus voiceToneAnalysisTaskStatus) The status of a voice tone analysis task.
- Parameters:
voiceToneAnalysisTaskStatus
- The status of a voice tone analysis task.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
createdTimestamp
The time at which a voice tone analysis task was created.
- Parameters:
createdTimestamp
- The time at which a voice tone analysis task was created.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
updatedTimestamp
The time at which a voice tone analysis task was updated.
- Parameters:
updatedTimestamp
- The time at which a voice tone analysis task was updated.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-