Interface CommunicationTimeConfig.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<CommunicationTimeConfig.Builder,,- CommunicationTimeConfig> - SdkBuilder<CommunicationTimeConfig.Builder,,- CommunicationTimeConfig> - SdkPojo
- Enclosing class:
- CommunicationTimeConfig
@Mutable
@NotThreadSafe
public static interface CommunicationTimeConfig.Builder
extends SdkPojo, CopyableBuilder<CommunicationTimeConfig.Builder,CommunicationTimeConfig> 
- 
Method SummaryModifier and TypeMethodDescriptiondefault CommunicationTimeConfig.Builderemail(Consumer<TimeWindow.Builder> email) Sets the value of the Email property for this object.email(TimeWindow email) Sets the value of the Email property for this object.default CommunicationTimeConfig.BuilderlocalTimeZoneConfig(Consumer<LocalTimeZoneConfig.Builder> localTimeZoneConfig) Sets the value of the LocalTimeZoneConfig property for this object.localTimeZoneConfig(LocalTimeZoneConfig localTimeZoneConfig) Sets the value of the LocalTimeZoneConfig property for this object.default CommunicationTimeConfig.Buildersms(Consumer<TimeWindow.Builder> sms) Sets the value of the Sms property for this object.sms(TimeWindow sms) Sets the value of the Sms property for this object.default CommunicationTimeConfig.Buildertelephony(Consumer<TimeWindow.Builder> telephony) Sets the value of the Telephony property for this object.telephony(TimeWindow telephony) Sets the value of the Telephony property for this object.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
localTimeZoneConfigSets the value of the LocalTimeZoneConfig property for this object.- Parameters:
- localTimeZoneConfig- The new value for the LocalTimeZoneConfig property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
localTimeZoneConfigdefault CommunicationTimeConfig.Builder localTimeZoneConfig(Consumer<LocalTimeZoneConfig.Builder> localTimeZoneConfig) Sets the value of the LocalTimeZoneConfig property for this object. This is a convenience method that creates an instance of theLocalTimeZoneConfig.Builderavoiding the need to create one manually viaLocalTimeZoneConfig.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolocalTimeZoneConfig(LocalTimeZoneConfig).- Parameters:
- localTimeZoneConfig- a consumer that will call methods on- LocalTimeZoneConfig.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
telephonySets the value of the Telephony property for this object.- Parameters:
- telephony- The new value for the Telephony property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
telephonySets the value of the Telephony property for this object. This is a convenience method that creates an instance of theTimeWindow.Builderavoiding the need to create one manually viaTimeWindow.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed totelephony(TimeWindow).- Parameters:
- telephony- a consumer that will call methods on- TimeWindow.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
smsSets the value of the Sms property for this object.- Parameters:
- sms- The new value for the Sms property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
smsSets the value of the Sms property for this object. This is a convenience method that creates an instance of theTimeWindow.Builderavoiding the need to create one manually viaTimeWindow.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tosms(TimeWindow).- Parameters:
- sms- a consumer that will call methods on- TimeWindow.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
emailSets the value of the Email property for this object.- Parameters:
- email- The new value for the Email property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
emailSets the value of the Email property for this object. This is a convenience method that creates an instance of theTimeWindow.Builderavoiding the need to create one manually viaTimeWindow.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toemail(TimeWindow).- Parameters:
- email- a consumer that will call methods on- TimeWindow.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-