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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SipMediaApplicationAlexaSkillConfiguration.BuilderalexaSkillIds(String... alexaSkillIds)The ID of the Alexa Skill configuration.SipMediaApplicationAlexaSkillConfiguration.BuilderalexaSkillIds(Collection<String> alexaSkillIds)The ID of the Alexa Skill configuration.SipMediaApplicationAlexaSkillConfiguration.BuilderalexaSkillStatus(String alexaSkillStatus)The status of the Alexa Skill configuration.SipMediaApplicationAlexaSkillConfiguration.BuilderalexaSkillStatus(AlexaSkillStatus alexaSkillStatus)The status of the Alexa Skill configuration.-
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 Detail
-
alexaSkillStatus
SipMediaApplicationAlexaSkillConfiguration.Builder alexaSkillStatus(String 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,AlexaSkillStatus
-
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:
AlexaSkillStatus,AlexaSkillStatus
-
alexaSkillIds
SipMediaApplicationAlexaSkillConfiguration.Builder alexaSkillIds(Collection<String> 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
SipMediaApplicationAlexaSkillConfiguration.Builder alexaSkillIds(String... 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.
-
-