Package com.pulumi.aws.lex.inputs
Class V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.inputs.V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder
-
- Enclosing class:
- V2modelsIntentClosingSettingNextStepIntentSlotArgs
public static final class V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentClosingSettingNextStepIntentSlotArgs defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V2modelsIntentClosingSettingNextStepIntentSlotArgs
build()
V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder
mapBlockKey(com.pulumi.core.Output<java.lang.String> mapBlockKey)
V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder
mapBlockKey(java.lang.String mapBlockKey)
V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder
shape(com.pulumi.core.Output<java.lang.String> shape)
V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder
shape(java.lang.String shape)
V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder
value(V2modelsIntentClosingSettingNextStepIntentSlotValueArgs value)
V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder
value(com.pulumi.core.Output<V2modelsIntentClosingSettingNextStepIntentSlotValueArgs> value)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(V2modelsIntentClosingSettingNextStepIntentSlotArgs defaults)
-
-
Method Detail
-
mapBlockKey
public V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder mapBlockKey(com.pulumi.core.Output<java.lang.String> mapBlockKey)
- Parameters:
mapBlockKey
- Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.- Returns:
- builder
-
mapBlockKey
public V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder mapBlockKey(java.lang.String mapBlockKey)
- Parameters:
mapBlockKey
- Which attempt to configure. Valid values are `Initial`, `Retry1`, `Retry2`, `Retry3`, `Retry4`, `Retry5`.- Returns:
- builder
-
shape
public V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder shape(@Nullable com.pulumi.core.Output<java.lang.String> shape)
- Parameters:
shape
- When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.- Returns:
- builder
-
shape
public V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder shape(java.lang.String shape)
- Parameters:
shape
- When the shape value is `List`, `values` contains a list of slot values. When the value is `Scalar`, `value` contains a single value.- Returns:
- builder
-
value
public V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder value(@Nullable com.pulumi.core.Output<V2modelsIntentClosingSettingNextStepIntentSlotValueArgs> value)
- Parameters:
value
- Configuration block for the current value of the slot. See `value`.- Returns:
- builder
-
value
public V2modelsIntentClosingSettingNextStepIntentSlotArgs.Builder value(V2modelsIntentClosingSettingNextStepIntentSlotValueArgs value)
- Parameters:
value
- Configuration block for the current value of the slot. See `value`.- Returns:
- builder
-
build
public V2modelsIntentClosingSettingNextStepIntentSlotArgs build()
-
-