Interface EmailResponseChunkDataDetails.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<EmailResponseChunkDataDetails.Builder,
,EmailResponseChunkDataDetails> SdkBuilder<EmailResponseChunkDataDetails.Builder,
,EmailResponseChunkDataDetails> SdkPojo
- Enclosing class:
EmailResponseChunkDataDetails
@Mutable
@NotThreadSafe
public static interface EmailResponseChunkDataDetails.Builder
extends SdkPojo, CopyableBuilder<EmailResponseChunkDataDetails.Builder,EmailResponseChunkDataDetails>
-
Method Summary
Modifier and TypeMethodDescriptioncompletion
(String completion) The partial or complete professional email response text with appropriate greetings and closings.nextChunkToken
(String nextChunkToken) Token for retrieving the next chunk of streaming response data, if available.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
-
completion
The partial or complete professional email response text with appropriate greetings and closings.
- Parameters:
completion
- The partial or complete professional email response text with appropriate greetings and closings.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
nextChunkToken
Token for retrieving the next chunk of streaming response data, if available.
- Parameters:
nextChunkToken
- Token for retrieving the next chunk of streaming response data, if available.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-