Class: Aws::Chime::Endpoints::PutVoiceConnectorOrigination
- Inherits:
-
Object
- Object
- Aws::Chime::Endpoints::PutVoiceConnectorOrigination
- Defined in:
- lib/aws-sdk-chime/endpoints.rb
Class Method Summary collapse
Class Method Details
.build(context) ⇒ Object
2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 |
# File 'lib/aws-sdk-chime/endpoints.rb', line 2087 def self.build(context) unless context.config.regional_endpoint endpoint = context.config.endpoint.to_s end Aws::Chime::EndpointParameters.new( region: context.config.region, use_dual_stack: context.config.use_dualstack_endpoint, use_fips: context.config.use_fips_endpoint, endpoint: endpoint, ) end |