Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.ConfigurationBundleRef.Builder
Packages that use ConfigurationBundleRef.Builder
-
Uses of ConfigurationBundleRef.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return ConfigurationBundleRef.BuilderModifier and TypeMethodDescriptionConfigurationBundleRef.builder()The Amazon Resource Name (ARN) of the configuration bundle.ConfigurationBundleRef.Builder.bundleVersion(String bundleVersion) The version of the configuration bundle.ConfigurationBundleRef.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type ConfigurationBundleRef.BuilderModifier and TypeMethodDescriptionstatic Class<? extends ConfigurationBundleRef.Builder>ConfigurationBundleRef.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type ConfigurationBundleRef.BuilderModifier and TypeMethodDescriptiondefault VariantConfiguration.BuilderVariantConfiguration.Builder.configurationBundle(Consumer<ConfigurationBundleRef.Builder> configurationBundle) A reference to a configuration bundle version to use for this variant.