Interface AgentFirst.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<AgentFirst.Builder,,AgentFirst> SdkBuilder<AgentFirst.Builder,,AgentFirst> SdkPojo
- Enclosing class:
AgentFirst
@Mutable
@NotThreadSafe
public static interface AgentFirst.Builder
extends SdkPojo, CopyableBuilder<AgentFirst.Builder,AgentFirst>
-
Method Summary
Modifier and TypeMethodDescriptiondefault AgentFirst.Builderpreview(Consumer<Preview.Builder> preview) Information about preview configuration of agent first outbound strategyInformation about preview configuration of agent first outbound strategyMethods 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
-
preview
Information about preview configuration of agent first outbound strategy
- Parameters:
preview- Information about preview configuration of agent first outbound strategy- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
preview
Information about preview configuration of agent first outbound strategy
This is a convenience method that creates an instance of thePreview.Builderavoiding the need to create one manually viaPreview.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed topreview(Preview).- Parameters:
preview- a consumer that will call methods onPreview.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-