Method: Aws::Backup::Endpoints::UpdateFramework.build

Defined in:
lib/aws-sdk-backup/endpoints.rb

.build(context) ⇒ Object

This method is part of a private API. You should avoid using this method if possible, as it may be removed or be changed in the future.



940
941
942
943
944
945
946
947
# File 'lib/aws-sdk-backup/endpoints.rb', line 940

def self.build(context)
  Aws::Backup::EndpointParameters.new(
    region: context.config.region,
    use_dual_stack: context.config.use_dualstack_endpoint,
    use_fips: context.config.use_fips_endpoint,
    endpoint: context.config.regional_endpoint ? nil : context.config.endpoint.to_s,
  )
end