public static interface ServiceFilter.Builder extends CopyableBuilder<ServiceFilter.Builder,ServiceFilter>
Modifier and Type | Method and Description |
---|---|
ServiceFilter.Builder |
condition(FilterCondition condition)
The operator that you want to use to determine whether a service is returned by
ListServices . |
ServiceFilter.Builder |
condition(String condition)
The operator that you want to use to determine whether a service is returned by
ListServices . |
ServiceFilter.Builder |
name(ServiceFilterName name)
Specify
NAMESPACE_ID . |
ServiceFilter.Builder |
name(String name)
Specify
NAMESPACE_ID . |
ServiceFilter.Builder |
values(Collection<String> values)
The values that are applicable to the value that you specify for
Condition to filter the list of
services. |
ServiceFilter.Builder |
values(String... values)
The values that are applicable to the value that you specify for
Condition to filter the list of
services. |
copy
apply, build
ServiceFilter.Builder name(String name)
Specify NAMESPACE_ID
.
name
- Specify NAMESPACE_ID
.ServiceFilterName
,
ServiceFilterName
ServiceFilter.Builder name(ServiceFilterName name)
Specify NAMESPACE_ID
.
name
- Specify NAMESPACE_ID
.ServiceFilterName
,
ServiceFilterName
ServiceFilter.Builder values(Collection<String> values)
The values that are applicable to the value that you specify for Condition
to filter the list of
services.
values
- The values that are applicable to the value that you specify for Condition
to filter the
list of services.ServiceFilter.Builder values(String... values)
The values that are applicable to the value that you specify for Condition
to filter the list of
services.
values
- The values that are applicable to the value that you specify for Condition
to filter the
list of services.ServiceFilter.Builder condition(String condition)
The operator that you want to use to determine whether a service is returned by ListServices
.
Valid values for Condition
include the following:
EQ
: When you specify EQ
, specify one namespace ID for Values
.
EQ
is the default condition and can be omitted.
IN
: When you specify IN
, specify a list of the IDs for the namespaces that you want
ListServices
to return a list of services for.
condition
- The operator that you want to use to determine whether a service is returned by
ListServices
. Valid values for Condition
include the following:
EQ
: When you specify EQ
, specify one namespace ID for Values
.
EQ
is the default condition and can be omitted.
IN
: When you specify IN
, specify a list of the IDs for the namespaces that
you want ListServices
to return a list of services for.
FilterCondition
,
FilterCondition
ServiceFilter.Builder condition(FilterCondition condition)
The operator that you want to use to determine whether a service is returned by ListServices
.
Valid values for Condition
include the following:
EQ
: When you specify EQ
, specify one namespace ID for Values
.
EQ
is the default condition and can be omitted.
IN
: When you specify IN
, specify a list of the IDs for the namespaces that you want
ListServices
to return a list of services for.
condition
- The operator that you want to use to determine whether a service is returned by
ListServices
. Valid values for Condition
include the following:
EQ
: When you specify EQ
, specify one namespace ID for Values
.
EQ
is the default condition and can be omitted.
IN
: When you specify IN
, specify a list of the IDs for the namespaces that
you want ListServices
to return a list of services for.
FilterCondition
,
FilterCondition
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.