Struct aws_sdk_bedrockagent::operation::update_knowledge_base::builders::UpdateKnowledgeBaseFluentBuilder
source · pub struct UpdateKnowledgeBaseFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to UpdateKnowledgeBase.
Update an existing knowledge base
Implementations§
source§impl UpdateKnowledgeBaseFluentBuilder
impl UpdateKnowledgeBaseFluentBuilder
sourcepub fn as_input(&self) -> &UpdateKnowledgeBaseInputBuilder
pub fn as_input(&self) -> &UpdateKnowledgeBaseInputBuilder
Access the UpdateKnowledgeBase as a reference.
sourcepub async fn send(
self
) -> Result<UpdateKnowledgeBaseOutput, SdkError<UpdateKnowledgeBaseError, HttpResponse>>
pub async fn send( self ) -> Result<UpdateKnowledgeBaseOutput, SdkError<UpdateKnowledgeBaseError, HttpResponse>>
Sends the request and returns the response.
If an error occurs, an SdkError will be returned with additional details that
can be matched against.
By default, any retryable failures will be retried twice. Retry behavior is configurable with the RetryConfig, which can be set when configuring the client.
sourcepub fn customize(
self
) -> CustomizableOperation<UpdateKnowledgeBaseOutput, UpdateKnowledgeBaseError, Self>
pub fn customize( self ) -> CustomizableOperation<UpdateKnowledgeBaseOutput, UpdateKnowledgeBaseError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn knowledge_base_id(self, input: impl Into<String>) -> Self
pub fn knowledge_base_id(self, input: impl Into<String>) -> Self
Identifier for a resource.
sourcepub fn set_knowledge_base_id(self, input: Option<String>) -> Self
pub fn set_knowledge_base_id(self, input: Option<String>) -> Self
Identifier for a resource.
sourcepub fn get_knowledge_base_id(&self) -> &Option<String>
pub fn get_knowledge_base_id(&self) -> &Option<String>
Identifier for a resource.
sourcepub fn description(self, input: impl Into<String>) -> Self
pub fn description(self, input: impl Into<String>) -> Self
Description of the Resource.
sourcepub fn set_description(self, input: Option<String>) -> Self
pub fn set_description(self, input: Option<String>) -> Self
Description of the Resource.
sourcepub fn get_description(&self) -> &Option<String>
pub fn get_description(&self) -> &Option<String>
Description of the Resource.
sourcepub fn set_role_arn(self, input: Option<String>) -> Self
pub fn set_role_arn(self, input: Option<String>) -> Self
ARN of a IAM role.
sourcepub fn get_role_arn(&self) -> &Option<String>
pub fn get_role_arn(&self) -> &Option<String>
ARN of a IAM role.
sourcepub fn knowledge_base_configuration(
self,
input: KnowledgeBaseConfiguration
) -> Self
pub fn knowledge_base_configuration( self, input: KnowledgeBaseConfiguration ) -> Self
Configures a bedrock knowledge base.
sourcepub fn set_knowledge_base_configuration(
self,
input: Option<KnowledgeBaseConfiguration>
) -> Self
pub fn set_knowledge_base_configuration( self, input: Option<KnowledgeBaseConfiguration> ) -> Self
Configures a bedrock knowledge base.
sourcepub fn get_knowledge_base_configuration(
&self
) -> &Option<KnowledgeBaseConfiguration>
pub fn get_knowledge_base_configuration( &self ) -> &Option<KnowledgeBaseConfiguration>
Configures a bedrock knowledge base.
sourcepub fn storage_configuration(self, input: StorageConfiguration) -> Self
pub fn storage_configuration(self, input: StorageConfiguration) -> Self
Configures the physical storage of ingested data in a knowledge base.
sourcepub fn set_storage_configuration(
self,
input: Option<StorageConfiguration>
) -> Self
pub fn set_storage_configuration( self, input: Option<StorageConfiguration> ) -> Self
Configures the physical storage of ingested data in a knowledge base.
sourcepub fn get_storage_configuration(&self) -> &Option<StorageConfiguration>
pub fn get_storage_configuration(&self) -> &Option<StorageConfiguration>
Configures the physical storage of ingested data in a knowledge base.
Trait Implementations§
source§impl Clone for UpdateKnowledgeBaseFluentBuilder
impl Clone for UpdateKnowledgeBaseFluentBuilder
source§fn clone(&self) -> UpdateKnowledgeBaseFluentBuilder
fn clone(&self) -> UpdateKnowledgeBaseFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more