Interface ParticipantConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<ParticipantConfiguration.Builder,,ParticipantConfiguration> SdkBuilder<ParticipantConfiguration.Builder,,ParticipantConfiguration> SdkPojo
- Enclosing class:
ParticipantConfiguration
@Mutable
@NotThreadSafe
public static interface ParticipantConfiguration.Builder
extends SdkPojo, CopyableBuilder<ParticipantConfiguration.Builder,ParticipantConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionresponseMode(String responseMode) The mode in which responses should be sent to the participant.responseMode(ResponseMode responseMode) The mode in which responses should be sent to the participant.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
-
responseMode
The mode in which responses should be sent to the participant.
- Parameters:
responseMode- The mode in which responses should be sent to the participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
responseMode
The mode in which responses should be sent to the participant.
- Parameters:
responseMode- The mode in which responses should be sent to the participant.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-