public static interface NamespaceFilter.Builder extends SdkPojo, CopyableBuilder<NamespaceFilter.Builder,NamespaceFilter>
| Modifier and Type | Method and Description |
|---|---|
NamespaceFilter.Builder |
condition(FilterCondition condition)
The operator that you want to use to determine whether
ListNamespaces returns a namespace. |
NamespaceFilter.Builder |
condition(String condition)
The operator that you want to use to determine whether
ListNamespaces returns a namespace. |
NamespaceFilter.Builder |
name(NamespaceFilterName name)
Specify
TYPE. |
NamespaceFilter.Builder |
name(String name)
Specify
TYPE. |
NamespaceFilter.Builder |
values(Collection<String> values)
If you specify
EQ for Condition, specify either DNS_PUBLIC or
DNS_PRIVATE. |
NamespaceFilter.Builder |
values(String... values)
If you specify
EQ for Condition, specify either DNS_PUBLIC or
DNS_PRIVATE. |
equalsBySdkFields, sdkFieldscopyapplyMutation, buildNamespaceFilter.Builder name(String name)
Specify TYPE.
name - Specify TYPE.NamespaceFilterName,
NamespaceFilterNameNamespaceFilter.Builder name(NamespaceFilterName name)
Specify TYPE.
name - Specify TYPE.NamespaceFilterName,
NamespaceFilterNameNamespaceFilter.Builder values(Collection<String> values)
If you specify EQ for Condition, specify either DNS_PUBLIC or
DNS_PRIVATE.
If you specify IN for Condition, you can specify DNS_PUBLIC,
DNS_PRIVATE, or both.
values - If you specify EQ for Condition, specify either DNS_PUBLIC or
DNS_PRIVATE.
If you specify IN for Condition, you can specify DNS_PUBLIC,
DNS_PRIVATE, or both.
NamespaceFilter.Builder values(String... values)
If you specify EQ for Condition, specify either DNS_PUBLIC or
DNS_PRIVATE.
If you specify IN for Condition, you can specify DNS_PUBLIC,
DNS_PRIVATE, or both.
values - If you specify EQ for Condition, specify either DNS_PUBLIC or
DNS_PRIVATE.
If you specify IN for Condition, you can specify DNS_PUBLIC,
DNS_PRIVATE, or both.
NamespaceFilter.Builder condition(String condition)
The operator that you want to use to determine whether ListNamespaces returns a namespace. Valid
values for condition include:
When you specify EQ for the condition, you can choose to list only public namespaces or private
namespaces, but not both. EQ is the default condition and can be omitted.
When you specify IN for the condition, you can choose to list public namespaces, private
namespaces, or both.
Not applicable
condition - The operator that you want to use to determine whether ListNamespaces returns a
namespace. Valid values for condition include:
When you specify EQ for the condition, you can choose to list only public namespaces or
private namespaces, but not both. EQ is the default condition and can be omitted.
When you specify IN for the condition, you can choose to list public namespaces, private
namespaces, or both.
Not applicable
FilterCondition,
FilterConditionNamespaceFilter.Builder condition(FilterCondition condition)
The operator that you want to use to determine whether ListNamespaces returns a namespace. Valid
values for condition include:
When you specify EQ for the condition, you can choose to list only public namespaces or private
namespaces, but not both. EQ is the default condition and can be omitted.
When you specify IN for the condition, you can choose to list public namespaces, private
namespaces, or both.
Not applicable
condition - The operator that you want to use to determine whether ListNamespaces returns a
namespace. Valid values for condition include:
When you specify EQ for the condition, you can choose to list only public namespaces or
private namespaces, but not both. EQ is the default condition and can be omitted.
When you specify IN for the condition, you can choose to list public namespaces, private
namespaces, or both.
Not applicable
FilterCondition,
FilterConditionCopyright © 2021. All rights reserved.