Interface IntentInputData.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<IntentInputData.Builder,IntentInputData>,SdkBuilder<IntentInputData.Builder,IntentInputData>,SdkPojo
- Enclosing class:
- IntentInputData
public static interface IntentInputData.Builder extends SdkPojo, CopyableBuilder<IntentInputData.Builder,IntentInputData>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description IntentInputData.BuilderintentId(String intentId)The identifier of the Amazon Q intent.-
Methods 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 Detail
-
intentId
IntentInputData.Builder intentId(String intentId)
The identifier of the Amazon Q intent.
- Parameters:
intentId- The identifier of the Amazon Q intent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-