Class FilterGroup.Builder
- java.lang.Object
-
- com.oracle.bmc.announcementsservice.model.FilterGroup.Builder
-
- Enclosing class:
- FilterGroup
public static class FilterGroup.Builder extends Object
-
-
Constructor Summary
Constructors Constructor Description Builder()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description FilterGroup
build()
FilterGroup.Builder
copy(FilterGroup model)
FilterGroup.Builder
filters(List<Filter> filters)
A list of filters against which the Announcements service matches announcements.FilterGroup.Builder
name(String name)
The name of the group.
-
-
-
Method Detail
-
name
public FilterGroup.Builder name(String name)
The name of the group.The name must be unique and it cannot be changed. Avoid entering confidential information.
- Parameters:
name
- the value to set- Returns:
- this builder
-
filters
public FilterGroup.Builder filters(List<Filter> filters)
A list of filters against which the Announcements service matches announcements.You cannot combine the RESOURCE_ID filter with any other type of filter within a given filter group. For filter types that support multiple values, specify the values individually.
- Parameters:
filters
- the value to set- Returns:
- this builder
-
build
public FilterGroup build()
-
copy
public FilterGroup.Builder copy(FilterGroup model)
-
-