Interface CloudConnectorFilter.Builder

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

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

    • filterKey

      CloudConnectorFilter.Builder filterKey(String filterKey)

      The name of the filter key.

      Parameters:
      filterKey - The name of the filter key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • filterKey

      The name of the filter key.

      Parameters:
      filterKey - The name of the filter key.
      Returns:
      Returns a reference to this object so that method calls can be chained together.
      See Also:
    • filterValues

      CloudConnectorFilter.Builder filterValues(Collection<String> filterValues)

      The filter values. Valid values for each filter key are as follows:

      SubscriptionId

      The Azure subscription ID to filter by. To return only tenant-level connectors, specify NONE.

      TenantId

      The Azure tenant ID to filter by. Filters the results to connectors that target the specified tenant.

      Parameters:
      filterValues - The filter values. Valid values for each filter key are as follows:

      SubscriptionId

      The Azure subscription ID to filter by. To return only tenant-level connectors, specify NONE.

      TenantId

      The Azure tenant ID to filter by. Filters the results to connectors that target the specified tenant.

      Returns:
      Returns a reference to this object so that method calls can be chained together.
    • filterValues

      CloudConnectorFilter.Builder filterValues(String... filterValues)

      The filter values. Valid values for each filter key are as follows:

      SubscriptionId

      The Azure subscription ID to filter by. To return only tenant-level connectors, specify NONE.

      TenantId

      The Azure tenant ID to filter by. Filters the results to connectors that target the specified tenant.

      Parameters:
      filterValues - The filter values. Valid values for each filter key are as follows:

      SubscriptionId

      The Azure subscription ID to filter by. To return only tenant-level connectors, specify NONE.

      TenantId

      The Azure tenant ID to filter by. Filters the results to connectors that target the specified tenant.

      Returns:
      Returns a reference to this object so that method calls can be chained together.