Interface RepositoryAggregation.Builder
- All Superinterfaces:
- Buildable,- CopyableBuilder<RepositoryAggregation.Builder,,- RepositoryAggregation> - SdkBuilder<RepositoryAggregation.Builder,,- RepositoryAggregation> - SdkPojo
- Enclosing class:
- RepositoryAggregation
@Mutable
@NotThreadSafe
public static interface RepositoryAggregation.Builder
extends SdkPojo, CopyableBuilder<RepositoryAggregation.Builder,RepositoryAggregation> 
- 
Method SummaryModifier and TypeMethodDescriptionrepositories(Collection<StringFilter> repositories) The names of repositories to aggregate findings on.repositories(Consumer<StringFilter.Builder>... repositories) The names of repositories to aggregate findings on.repositories(StringFilter... repositories) The names of repositories to aggregate findings on.The value to sort results by.sortBy(RepositorySortBy sortBy) 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- 
repositoriesThe names of repositories to aggregate findings on. - Parameters:
- repositories- The names of repositories to aggregate findings on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
repositoriesThe names of repositories to aggregate findings on. - Parameters:
- repositories- The names of repositories to aggregate findings on.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
repositoriesThe names of repositories to aggregate findings on. 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 torepositories(List<StringFilter>).- Parameters:
- repositories- 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:
 
 
-