Uses of Interface
software.amazon.awssdk.services.bedrockagentcore.model.SecretsManagerLocation.Builder
Packages that use SecretsManagerLocation.Builder
-
Uses of SecretsManagerLocation.Builder in software.amazon.awssdk.services.bedrockagentcore.model
Methods in software.amazon.awssdk.services.bedrockagentcore.model that return SecretsManagerLocation.BuilderModifier and TypeMethodDescriptionSecretsManagerLocation.builder()The ARN of the Amazon Web Services Secrets Manager secret containing the certificate.SecretsManagerLocation.toBuilder()Methods in software.amazon.awssdk.services.bedrockagentcore.model that return types with arguments of type SecretsManagerLocation.BuilderModifier and TypeMethodDescriptionstatic Class<? extends SecretsManagerLocation.Builder>SecretsManagerLocation.serializableBuilderClass()Method parameters in software.amazon.awssdk.services.bedrockagentcore.model with type arguments of type SecretsManagerLocation.BuilderModifier and TypeMethodDescriptionstatic CertificateLocationCertificateLocation.fromSecretsManager(Consumer<SecretsManagerLocation.Builder> secretsManager) Create an instance of this class withCertificateLocation.secretsManager()initialized to the given value.default CertificateLocation.BuilderCertificateLocation.Builder.secretsManager(Consumer<SecretsManagerLocation.Builder> secretsManager) The Amazon Web Services Secrets Manager location of the certificate.