Uses of Interface
software.amazon.awssdk.services.oam.model.LinkConfiguration.Builder
-
Packages that use LinkConfiguration.Builder Package Description software.amazon.awssdk.services.oam.model -
-
Uses of LinkConfiguration.Builder in software.amazon.awssdk.services.oam.model
Methods in software.amazon.awssdk.services.oam.model that return LinkConfiguration.Builder Modifier and Type Method Description static LinkConfiguration.BuilderLinkConfiguration. builder()default LinkConfiguration.BuilderLinkConfiguration.Builder. logGroupConfiguration(Consumer<LogGroupConfiguration.Builder> logGroupConfiguration)Use this structure to filter which log groups are to send log events from the source account to the monitoring account.LinkConfiguration.BuilderLinkConfiguration.Builder. logGroupConfiguration(LogGroupConfiguration logGroupConfiguration)Use this structure to filter which log groups are to send log events from the source account to the monitoring account.default LinkConfiguration.BuilderLinkConfiguration.Builder. metricConfiguration(Consumer<MetricConfiguration.Builder> metricConfiguration)Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.LinkConfiguration.BuilderLinkConfiguration.Builder. metricConfiguration(MetricConfiguration metricConfiguration)Use this structure to filter which metric namespaces are to be shared from the source account to the monitoring account.LinkConfiguration.BuilderLinkConfiguration. toBuilder()Methods in software.amazon.awssdk.services.oam.model that return types with arguments of type LinkConfiguration.Builder Modifier and Type Method Description static Class<? extends LinkConfiguration.Builder>LinkConfiguration. serializableBuilderClass()Method parameters in software.amazon.awssdk.services.oam.model with type arguments of type LinkConfiguration.Builder Modifier and Type Method Description default CreateLinkRequest.BuilderCreateLinkRequest.Builder. linkConfiguration(Consumer<LinkConfiguration.Builder> linkConfiguration)Use this structure to optionally create filters that specify that only some metric namespaces or log groups are to be shared from the source account to the monitoring account.default CreateLinkResponse.BuilderCreateLinkResponse.Builder. linkConfiguration(Consumer<LinkConfiguration.Builder> linkConfiguration)This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.default GetLinkResponse.BuilderGetLinkResponse.Builder. linkConfiguration(Consumer<LinkConfiguration.Builder> linkConfiguration)This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.default UpdateLinkRequest.BuilderUpdateLinkRequest.Builder. linkConfiguration(Consumer<LinkConfiguration.Builder> linkConfiguration)Use this structure to filter which metric namespaces and which log groups are to be shared from the source account to the monitoring account.default UpdateLinkResponse.BuilderUpdateLinkResponse.Builder. linkConfiguration(Consumer<LinkConfiguration.Builder> linkConfiguration)This structure includes filters that specify which metric namespaces and which log groups are shared from the source account to the monitoring account.
-