Package com.pulumi.aws.lex.outputs
Class V2modelsIntentClosingSettingNextStepIntent.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentClosingSettingNextStepIntent.Builder
-
- Enclosing class:
- V2modelsIntentClosingSettingNextStepIntent
public static final class V2modelsIntentClosingSettingNextStepIntent.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentClosingSettingNextStepIntent defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V2modelsIntentClosingSettingNextStepIntent
build()
V2modelsIntentClosingSettingNextStepIntent.Builder
name(java.lang.String name)
V2modelsIntentClosingSettingNextStepIntent.Builder
slots(V2modelsIntentClosingSettingNextStepIntentSlot... slots)
V2modelsIntentClosingSettingNextStepIntent.Builder
slots(java.util.List<V2modelsIntentClosingSettingNextStepIntentSlot> slots)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(V2modelsIntentClosingSettingNextStepIntent defaults)
-
-
Method Detail
-
name
public V2modelsIntentClosingSettingNextStepIntent.Builder name(@Nullable java.lang.String name)
-
slots
public V2modelsIntentClosingSettingNextStepIntent.Builder slots(@Nullable java.util.List<V2modelsIntentClosingSettingNextStepIntentSlot> slots)
-
slots
public V2modelsIntentClosingSettingNextStepIntent.Builder slots(V2modelsIntentClosingSettingNextStepIntentSlot... slots)
-
build
public V2modelsIntentClosingSettingNextStepIntent build()
-
-