Interface AzureConfiguration.Builder

  • Method Details

    • tenantId

      AzureConfiguration.Builder tenantId(String tenantId)

      The ID of the Azure tenant.

      Parameters:
      tenantId - The ID of the Azure tenant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • tenantDisplayName

      AzureConfiguration.Builder tenantDisplayName(String tenantDisplayName)

      The display name of the Azure tenant.

      Parameters:
      tenantDisplayName - The display name of the Azure tenant.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationId

      AzureConfiguration.Builder applicationId(String applicationId)

      The ID of the Azure application registration used for authentication.

      Parameters:
      applicationId - The ID of the Azure application registration used for authentication.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • applicationDisplayName

      AzureConfiguration.Builder applicationDisplayName(String applicationDisplayName)

      The display name of the Azure application registration.

      Parameters:
      applicationDisplayName - The display name of the Azure application registration.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targets

      The target Azure subscriptions for the cloud connector.

      Parameters:
      targets - The target Azure subscriptions for the cloud connector.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • targets

      The target Azure subscriptions for the cloud connector.

      This is a convenience method that creates an instance of the ConfigurationTargets.Builder avoiding the need to create one manually via ConfigurationTargets.builder().

      When the Consumer completes, SdkBuilder.build() is called immediately and its result is passed to targets(ConfigurationTargets).

      Parameters:
      targets - a consumer that will call methods on ConfigurationTargets.Builder
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also: