Interface Provider.Builder

All Superinterfaces:
Buildable, CopyableBuilder<Provider.Builder,Provider>, SdkBuilder<Provider.Builder,Provider>, SdkPojo
Enclosing class:
Provider

@Mutable @NotThreadSafe public static interface Provider.Builder extends SdkPojo, CopyableBuilder<Provider.Builder,Provider>
  • Method Details

    • cloudServiceProvider

      Provider.Builder cloudServiceProvider(String cloudServiceProvider)

      The provider's name. Specifically, connections to/from this Cloud Service Provider will be considered Multicloud connections.

      Parameters:
      cloudServiceProvider - The provider's name. Specifically, connections to/from this Cloud Service Provider will be considered Multicloud connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • lastMileProvider

      Provider.Builder lastMileProvider(String lastMileProvider)

      The provider's name. Specifically, connections to/from this Last Mile Provider will be considered LastMile connections.

      Parameters:
      lastMileProvider - The provider's name. Specifically, connections to/from this Last Mile Provider will be considered LastMile connections.
      Returns:
      Returns a reference to this object so that method calls can be chained together.