Package com.pulumi.aws.lex.outputs
Class V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.Builder
-
public static final class V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.Builder
allowInterrupt(java.lang.Boolean allowInterrupt)
V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse
build()
V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.Builder
messageGroups(V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup... messageGroups)
V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.Builder
messageGroups(java.util.List<V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup> messageGroups)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse defaults)
-
-
Method Detail
-
allowInterrupt
public V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.Builder allowInterrupt(@Nullable java.lang.Boolean allowInterrupt)
-
messageGroups
public V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.Builder messageGroups(@Nullable java.util.List<V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup> messageGroups)
-
messageGroups
public V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse.Builder messageGroups(V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponseMessageGroup... messageGroups)
-
build
public V2modelsIntentConfirmationSettingConfirmationConditionalDefaultBranchResponse build()
-
-