Struct aws_sdk_bedrockagent::operation::create_agent_alias::builders::CreateAgentAliasFluentBuilder
source · pub struct CreateAgentAliasFluentBuilder { /* private fields */ }Expand description
Fluent builder constructing a request to CreateAgentAlias.
Creates an Alias for an existing Amazon Bedrock Agent
Implementations§
source§impl CreateAgentAliasFluentBuilder
impl CreateAgentAliasFluentBuilder
sourcepub fn as_input(&self) -> &CreateAgentAliasInputBuilder
pub fn as_input(&self) -> &CreateAgentAliasInputBuilder
Access the CreateAgentAlias as a reference.
sourcepub async fn send(
self
) -> Result<CreateAgentAliasOutput, SdkError<CreateAgentAliasError, HttpResponse>>
pub async fn send( self ) -> Result<CreateAgentAliasOutput, SdkError<CreateAgentAliasError, 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<CreateAgentAliasOutput, CreateAgentAliasError, Self>
pub fn customize( self ) -> CustomizableOperation<CreateAgentAliasOutput, CreateAgentAliasError, Self>
Consumes this builder, creating a customizable operation that can be modified before being sent.
sourcepub fn agent_id(self, input: impl Into<String>) -> Self
pub fn agent_id(self, input: impl Into<String>) -> Self
Id generated at the server side when an Agent is created
sourcepub fn set_agent_id(self, input: Option<String>) -> Self
pub fn set_agent_id(self, input: Option<String>) -> Self
Id generated at the server side when an Agent is created
sourcepub fn get_agent_id(&self) -> &Option<String>
pub fn get_agent_id(&self) -> &Option<String>
Id generated at the server side when an Agent is created
sourcepub fn agent_alias_name(self, input: impl Into<String>) -> Self
pub fn agent_alias_name(self, input: impl Into<String>) -> Self
Name for a resource.
sourcepub fn set_agent_alias_name(self, input: Option<String>) -> Self
pub fn set_agent_alias_name(self, input: Option<String>) -> Self
Name for a resource.
sourcepub fn get_agent_alias_name(&self) -> &Option<String>
pub fn get_agent_alias_name(&self) -> &Option<String>
Name for a resource.
sourcepub fn client_token(self, input: impl Into<String>) -> Self
pub fn client_token(self, input: impl Into<String>) -> Self
Client specified token used for idempotency checks
sourcepub fn set_client_token(self, input: Option<String>) -> Self
pub fn set_client_token(self, input: Option<String>) -> Self
Client specified token used for idempotency checks
sourcepub fn get_client_token(&self) -> &Option<String>
pub fn get_client_token(&self) -> &Option<String>
Client specified token used for idempotency checks
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 routing_configuration(
self,
input: AgentAliasRoutingConfigurationListItem
) -> Self
pub fn routing_configuration( self, input: AgentAliasRoutingConfigurationListItem ) -> Self
Appends an item to routingConfiguration.
To override the contents of this collection use set_routing_configuration.
Routing configuration for an Agent alias.
sourcepub fn set_routing_configuration(
self,
input: Option<Vec<AgentAliasRoutingConfigurationListItem>>
) -> Self
pub fn set_routing_configuration( self, input: Option<Vec<AgentAliasRoutingConfigurationListItem>> ) -> Self
Routing configuration for an Agent alias.
sourcepub fn get_routing_configuration(
&self
) -> &Option<Vec<AgentAliasRoutingConfigurationListItem>>
pub fn get_routing_configuration( &self ) -> &Option<Vec<AgentAliasRoutingConfigurationListItem>>
Routing configuration for an Agent alias.
Adds a key-value pair to tags.
To override the contents of this collection use set_tags.
A map of tag keys and values
A map of tag keys and values
A map of tag keys and values
Trait Implementations§
source§impl Clone for CreateAgentAliasFluentBuilder
impl Clone for CreateAgentAliasFluentBuilder
source§fn clone(&self) -> CreateAgentAliasFluentBuilder
fn clone(&self) -> CreateAgentAliasFluentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read more