Interface CloudConnectorFilter.Builder
- All Superinterfaces:
Buildable,CopyableBuilder<CloudConnectorFilter.Builder,,CloudConnectorFilter> SdkBuilder<CloudConnectorFilter.Builder,,CloudConnectorFilter> SdkPojo
- Enclosing class:
- CloudConnectorFilter
-
Method Summary
Modifier and TypeMethodDescriptionThe name of the filter key.filterKey(CloudConnectorFilterKey filterKey) The name of the filter key.filterValues(String... filterValues) The filter values.filterValues(Collection<String> filterValues) The filter values.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
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
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
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.
-