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
Modifier and TypeMethodDescriptionintentName(String intentName) The name of an intent that was invoked.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields 
- 
Method Details
- 
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.
 
 
 -