public static interface InventoryGroup.Builder extends SdkPojo, CopyableBuilder<InventoryGroup.Builder,InventoryGroup>
Modifier and Type | Method and Description |
---|---|
InventoryGroup.Builder |
filters(Collection<InventoryFilter> filters)
Filters define the criteria for the group.
|
InventoryGroup.Builder |
filters(Consumer<InventoryFilter.Builder>... filters)
Filters define the criteria for the group.
|
InventoryGroup.Builder |
filters(InventoryFilter... filters)
Filters define the criteria for the group.
|
InventoryGroup.Builder |
name(String name)
The name of the group.
|
copy
applyMutation, build
InventoryGroup.Builder name(String name)
The name of the group.
name
- The name of the group.InventoryGroup.Builder filters(Collection<InventoryFilter> filters)
Filters define the criteria for the group. The matchingCount
field displays the number of
resources that match the criteria. The notMatchingCount
field displays the number of resources
that don't match the criteria.
filters
- Filters define the criteria for the group. The matchingCount
field displays the number of
resources that match the criteria. The notMatchingCount
field displays the number of
resources that don't match the criteria.InventoryGroup.Builder filters(InventoryFilter... filters)
Filters define the criteria for the group. The matchingCount
field displays the number of
resources that match the criteria. The notMatchingCount
field displays the number of resources
that don't match the criteria.
filters
- Filters define the criteria for the group. The matchingCount
field displays the number of
resources that match the criteria. The notMatchingCount
field displays the number of
resources that don't match the criteria.InventoryGroup.Builder filters(Consumer<InventoryFilter.Builder>... filters)
Filters define the criteria for the group. The matchingCount
field displays the number of
resources that match the criteria. The notMatchingCount
field displays the number of resources
that don't match the criteria.
List.Builder
avoiding the need
to create one manually via List#builder()
.
When the Consumer
completes, List.Builder#build()
is called immediately and
its result is passed to #filters(List)
.filters
- a consumer that will call methods on List.Builder
#filters(List)
Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.