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)A representation of an EKS source.Source.BuilderSource.Builder. eksConfiguration(EksConfiguration eksConfiguration)A representation of an EKS source.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 source that the scraper will be discovering and collecting metrics from.default ScraperDescription.BuilderScraperDescription.Builder. source(Consumer<Source.Builder> source)The source that the scraper is discovering and collecting metrics from.default ScraperSummary.BuilderScraperSummary.Builder. source(Consumer<Source.Builder> source)The source that the scraper is discovering and collecting metrics from.
-