Interface InvokedIntentSample.Builder
-
- All Superinterfaces:
Buildable,CopyableBuilder<InvokedIntentSample.Builder,InvokedIntentSample>,SdkBuilder<InvokedIntentSample.Builder,InvokedIntentSample>,SdkPojo
- Enclosing class:
- InvokedIntentSample
public static interface InvokedIntentSample.Builder extends SdkPojo, CopyableBuilder<InvokedIntentSample.Builder,InvokedIntentSample>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description InvokedIntentSample.BuilderintentName(String intentName)The name of an intent that was invoked.-
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, sdkFields
-
-
-
-
Method Detail
-
intentName
InvokedIntentSample.Builder intentName(String intentName)
The name of an intent that was invoked.
- Parameters:
intentName- The name of an intent that was invoked.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-