public static interface AmiAggregation.Builder extends SdkPojo, CopyableBuilder<AmiAggregation.Builder,AmiAggregation>
| Modifier and Type | Method and Description |
|---|---|
AmiAggregation.Builder |
amis(Collection<StringFilter> amis)
The IDs of AMIs to aggregate findings for.
|
AmiAggregation.Builder |
amis(Consumer<StringFilter.Builder>... amis)
The IDs of AMIs to aggregate findings for.
|
AmiAggregation.Builder |
amis(StringFilter... amis)
The IDs of AMIs to aggregate findings for.
|
AmiAggregation.Builder |
sortBy(AmiSortBy sortBy)
The value to sort results by.
|
AmiAggregation.Builder |
sortBy(String sortBy)
The value to sort results by.
|
AmiAggregation.Builder |
sortOrder(SortOrder sortOrder)
The order to sort results by.
|
AmiAggregation.Builder |
sortOrder(String sortOrder)
The order to sort results by.
|
equalsBySdkFields, sdkFieldscopyapplyMutation, buildAmiAggregation.Builder amis(Collection<StringFilter> amis)
The IDs of AMIs to aggregate findings for.
amis - The IDs of AMIs to aggregate findings for.AmiAggregation.Builder amis(StringFilter... amis)
The IDs of AMIs to aggregate findings for.
amis - The IDs of AMIs to aggregate findings for.AmiAggregation.Builder amis(Consumer<StringFilter.Builder>... amis)
The IDs of AMIs to aggregate findings for.
This is a convenience method that creates an instance of theList.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 #amis(List) .amis - a consumer that will call methods on List.Builder #amis(List) AmiAggregation.Builder sortBy(String sortBy)
The value to sort results by.
AmiAggregation.Builder sortBy(AmiSortBy sortBy)
The value to sort results by.
AmiAggregation.Builder sortOrder(String sortOrder)
The order to sort results by.
AmiAggregation.Builder sortOrder(SortOrder sortOrder)
The order to sort results by.
Copyright © 2022. All rights reserved.