Interface BuiltinIntentMetadata.Builder
- All Superinterfaces:
 Buildable,CopyableBuilder<BuiltinIntentMetadata.Builder,,BuiltinIntentMetadata> SdkBuilder<BuiltinIntentMetadata.Builder,,BuiltinIntentMetadata> SdkPojo
- Enclosing class:
 BuiltinIntentMetadata
public static interface BuiltinIntentMetadata.Builder
extends SdkPojo, CopyableBuilder<BuiltinIntentMetadata.Builder,BuiltinIntentMetadata> 
- 
Method Summary
Modifier and TypeMethodDescriptionA unique identifier for the built-in intent.supportedLocales(Collection<Locale> supportedLocales) A list of identifiers for the locales that the intent supports.supportedLocales(Locale... supportedLocales) A list of identifiers for the locales that the intent supports.supportedLocalesWithStrings(String... supportedLocales) A list of identifiers for the locales that the intent supports.supportedLocalesWithStrings(Collection<String> supportedLocales) A list of identifiers for the locales that the intent supports.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
- 
signature
A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.
- Parameters:
 signature- A unique identifier for the built-in intent. To find the signature for an intent, see Standard Built-in Intents in the Alexa Skills Kit.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportedLocalesWithStrings
A list of identifiers for the locales that the intent supports.
- Parameters:
 supportedLocales- A list of identifiers for the locales that the intent supports.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportedLocalesWithStrings
A list of identifiers for the locales that the intent supports.
- Parameters:
 supportedLocales- A list of identifiers for the locales that the intent supports.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportedLocales
A list of identifiers for the locales that the intent supports.
- Parameters:
 supportedLocales- A list of identifiers for the locales that the intent supports.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 - 
supportedLocales
A list of identifiers for the locales that the intent supports.
- Parameters:
 supportedLocales- A list of identifiers for the locales that the intent supports.- Returns:
 - Returns a reference to this object so that method calls can be chained together.
 
 
 -