Uses of Interface
software.amazon.awssdk.services.amp.model.Source.Builder
-
Packages that use Source.Builder Package Description software.amazon.awssdk.services.amp.model -
-
Uses of Source.Builder in software.amazon.awssdk.services.amp.model
Methods in software.amazon.awssdk.services.amp.model that return Source.Builder Modifier and Type Method Description static Source.BuilderSource. builder()default Source.BuilderSource.Builder. eksConfiguration(Consumer<EksConfiguration.Builder> eksConfiguration)The Amazon EKS cluster from which a scraper collects metrics.Source.BuilderSource.Builder. eksConfiguration(EksConfiguration eksConfiguration)The Amazon EKS cluster from which a scraper collects metrics.Source.BuilderSource. toBuilder()Methods in software.amazon.awssdk.services.amp.model that return types with arguments of type Source.Builder Modifier and Type Method Description static Class<? extends Source.Builder>Source. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.amp.model with type arguments of type Source.Builder Modifier and Type Method Description default CreateScraperRequest.BuilderCreateScraperRequest.Builder. source(Consumer<Source.Builder> source)The Amazon EKS cluster from which the scraper will collect metrics.default ScraperDescription.BuilderScraperDescription.Builder. source(Consumer<Source.Builder> source)The Amazon EKS cluster from which the scraper collects metrics.default ScraperSummary.BuilderScraperSummary.Builder. source(Consumer<Source.Builder> source)The Amazon EKS cluster from which the scraper collects metrics.
-