Interface IntentInputData.Builder
- All Superinterfaces:
Buildable
,CopyableBuilder<IntentInputData.Builder,
,IntentInputData> SdkBuilder<IntentInputData.Builder,
,IntentInputData> SdkPojo
- Enclosing class:
IntentInputData
@Mutable
@NotThreadSafe
public static interface IntentInputData.Builder
extends SdkPojo, CopyableBuilder<IntentInputData.Builder,IntentInputData>
-
Method Summary
Modifier and TypeMethodDescriptionThe 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 Details
-
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.
-