Class AggregateProfileFileSupplier
- java.lang.Object
-
- software.amazon.awssdk.profiles.internal.AggregateProfileFileSupplier
-
- All Implemented Interfaces:
Supplier<ProfileFile>,ProfileFileSupplier
@SdkInternalApi public class AggregateProfileFileSupplier extends Object implements ProfileFileSupplier
AProfileFileSupplierthat combines theProfileFileobjects from multipleProfileFileSuppliers. Objects are passed intoProfileFile.Aggregator.
-
-
Constructor Summary
Constructors Constructor Description AggregateProfileFileSupplier(ProfileFileSupplier... suppliers)
-
-
-
Constructor Detail
-
AggregateProfileFileSupplier
public AggregateProfileFileSupplier(ProfileFileSupplier... suppliers)
-
-
Method Detail
-
get
public ProfileFile get()
- Specified by:
getin interfaceSupplier<ProfileFile>
-
-