Interface AmiAggregation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<AmiAggregation.Builder,,- AmiAggregation> - SdkBuilder<AmiAggregation.Builder,,- AmiAggregation> - SdkPojo
- Enclosing class:
- AmiAggregation
@Mutable
@NotThreadSafe
public static interface AmiAggregation.Builder
extends SdkPojo, CopyableBuilder<AmiAggregation.Builder,AmiAggregation> 
- 
Method SummaryModifier and TypeMethodDescriptionamis(Collection<StringFilter> amis) The IDs of AMIs to aggregate findings for.amis(Consumer<StringFilter.Builder>... amis) The IDs of AMIs to aggregate findings for.amis(StringFilter... amis) The IDs of AMIs to aggregate findings for.The value to sort results by.The value to sort results by.The order to sort results by.The order to sort results by.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
amisThe IDs of AMIs to aggregate findings for. - Parameters:
- amis- The IDs of AMIs to aggregate findings for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
amisThe IDs of AMIs to aggregate findings for. - Parameters:
- amis- The IDs of AMIs to aggregate findings for.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
amisThe IDs of AMIs to aggregate findings for. This is a convenience method that creates an instance of theStringFilter.Builderavoiding the need to create one manually viaStringFilter.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toamis(List<StringFilter>).- Parameters:
- amis- a consumer that will call methods on- StringFilter.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderThe order to sort results by. - Parameters:
- sortOrder- The order to sort results by.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortOrderThe order to sort results by. - Parameters:
- sortOrder- The order to sort results by.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortByThe value to sort results by. - Parameters:
- sortBy- The value to sort results by.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
sortByThe value to sort results by. - Parameters:
- sortBy- The value to sort results by.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
 
-