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.Builder
preview
(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
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
-
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.Builder
avoiding the need to create one manually viaPreview.builder()
.When the
Consumer
completes,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:
-