Interface ChatEntryPointParameters.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ChatEntryPointParameters.Builder,,ChatEntryPointParameters> SdkBuilder<ChatEntryPointParameters.Builder,,ChatEntryPointParameters> SdkPojo
- Enclosing class:
ChatEntryPointParameters
@Mutable
@NotThreadSafe
public static interface ChatEntryPointParameters.Builder
extends SdkPojo, CopyableBuilder<ChatEntryPointParameters.Builder,ChatEntryPointParameters>
-
Method Summary
Modifier and TypeMethodDescriptionThe flow identifier for the test.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
flowId
The flow identifier for the test.
- Parameters:
flowId- The flow identifier for the test.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-