Interface SipMediaApplicationAlexaSkillConfiguration.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<SipMediaApplicationAlexaSkillConfiguration.Builder,,SipMediaApplicationAlexaSkillConfiguration> SdkBuilder<SipMediaApplicationAlexaSkillConfiguration.Builder,,SipMediaApplicationAlexaSkillConfiguration> SdkPojo
- Enclosing class:
SipMediaApplicationAlexaSkillConfiguration
public static interface SipMediaApplicationAlexaSkillConfiguration.Builder
extends SdkPojo, CopyableBuilder<SipMediaApplicationAlexaSkillConfiguration.Builder,SipMediaApplicationAlexaSkillConfiguration>
-
Method Summary
Modifier and TypeMethodDescriptionalexaSkillIds(String... alexaSkillIds) The ID of the Alexa Skill configuration.alexaSkillIds(Collection<String> alexaSkillIds) The ID of the Alexa Skill configuration.alexaSkillStatus(String alexaSkillStatus) The status of the Alexa Skill configuration.alexaSkillStatus(AlexaSkillStatus alexaSkillStatus) The status of the Alexa Skill configuration.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
-
alexaSkillStatus
The status of the Alexa Skill configuration.
- Parameters:
alexaSkillStatus- The status of the Alexa Skill configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
alexaSkillStatus
SipMediaApplicationAlexaSkillConfiguration.Builder alexaSkillStatus(AlexaSkillStatus alexaSkillStatus) The status of the Alexa Skill configuration.
- Parameters:
alexaSkillStatus- The status of the Alexa Skill configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
alexaSkillIds
The ID of the Alexa Skill configuration.
- Parameters:
alexaSkillIds- The ID of the Alexa Skill configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
alexaSkillIds
The ID of the Alexa Skill configuration.
- Parameters:
alexaSkillIds- The ID of the Alexa Skill configuration.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-