Package com.pulumi.aws.lex.outputs
Class V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder
- java.lang.Object
-
- com.pulumi.aws.lex.outputs.V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder
-
- Enclosing class:
- V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification
public static final class V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
Builder(V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification defaults)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder
active(java.lang.Boolean active)
V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification
build()
V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder
startResponse(V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse startResponse)
V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder
timeoutInSeconds(java.lang.Integer timeoutInSeconds)
V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder
updateResponse(V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse updateResponse)
-
-
-
Constructor Detail
-
Builder
public Builder()
-
Builder
public Builder(V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification defaults)
-
-
Method Detail
-
active
public V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder active(java.lang.Boolean active)
-
startResponse
public V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder startResponse(@Nullable V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationStartResponse startResponse)
-
timeoutInSeconds
public V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder timeoutInSeconds(@Nullable java.lang.Integer timeoutInSeconds)
-
updateResponse
public V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification.Builder updateResponse(@Nullable V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecificationUpdateResponse updateResponse)
-
build
public V2modelsIntentFulfillmentCodeHookFulfillmentUpdatesSpecification build()
-
-