Struct aws_sdk_bedrockagent::types::builders::AgentBuilder
source · #[non_exhaustive]pub struct AgentBuilder { /* private fields */ }Expand description
A builder for Agent.
Implementations§
source§impl AgentBuilder
impl AgentBuilder
sourcepub fn agent_id(self, input: impl Into<String>) -> Self
pub fn agent_id(self, input: impl Into<String>) -> Self
Identifier for a resource. This field is required.
sourcepub fn set_agent_id(self, input: Option<String>) -> Self
pub fn set_agent_id(self, input: Option<String>) -> Self
Identifier for a resource.
sourcepub fn get_agent_id(&self) -> &Option<String>
pub fn get_agent_id(&self) -> &Option<String>
Identifier for a resource.
sourcepub fn agent_name(self, input: impl Into<String>) -> Self
pub fn agent_name(self, input: impl Into<String>) -> Self
Name for a resource. This field is required.
sourcepub fn set_agent_name(self, input: Option<String>) -> Self
pub fn set_agent_name(self, input: Option<String>) -> Self
Name for a resource.
sourcepub fn get_agent_name(&self) -> &Option<String>
pub fn get_agent_name(&self) -> &Option<String>
Name for a resource.
sourcepub fn agent_arn(self, input: impl Into<String>) -> Self
pub fn agent_arn(self, input: impl Into<String>) -> Self
Arn representation of the Agent. This field is required.
sourcepub fn set_agent_arn(self, input: Option<String>) -> Self
pub fn set_agent_arn(self, input: Option<String>) -> Self
Arn representation of the Agent.
sourcepub fn get_agent_arn(&self) -> &Option<String>
pub fn get_agent_arn(&self) -> &Option<String>
Arn representation of the Agent.
sourcepub fn agent_version(self, input: impl Into<String>) -> Self
pub fn agent_version(self, input: impl Into<String>) -> Self
Draft Agent Version. This field is required.
sourcepub fn set_agent_version(self, input: Option<String>) -> Self
pub fn set_agent_version(self, input: Option<String>) -> Self
Draft Agent Version.
sourcepub fn get_agent_version(&self) -> &Option<String>
pub fn get_agent_version(&self) -> &Option<String>
Draft Agent Version.
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 instruction(self, input: impl Into<String>) -> Self
pub fn instruction(self, input: impl Into<String>) -> Self
Instruction for the agent.
sourcepub fn set_instruction(self, input: Option<String>) -> Self
pub fn set_instruction(self, input: Option<String>) -> Self
Instruction for the agent.
sourcepub fn get_instruction(&self) -> &Option<String>
pub fn get_instruction(&self) -> &Option<String>
Instruction for the agent.
sourcepub fn agent_status(self, input: AgentStatus) -> Self
pub fn agent_status(self, input: AgentStatus) -> Self
Schema Type for Action APIs. This field is required.
sourcepub fn set_agent_status(self, input: Option<AgentStatus>) -> Self
pub fn set_agent_status(self, input: Option<AgentStatus>) -> Self
Schema Type for Action APIs.
sourcepub fn get_agent_status(&self) -> &Option<AgentStatus>
pub fn get_agent_status(&self) -> &Option<AgentStatus>
Schema Type for Action APIs.
sourcepub fn foundation_model(self, input: impl Into<String>) -> Self
pub fn foundation_model(self, input: impl Into<String>) -> Self
ARN or name of a Bedrock model.
sourcepub fn set_foundation_model(self, input: Option<String>) -> Self
pub fn set_foundation_model(self, input: Option<String>) -> Self
ARN or name of a Bedrock model.
sourcepub fn get_foundation_model(&self) -> &Option<String>
pub fn get_foundation_model(&self) -> &Option<String>
ARN or name of a Bedrock model.
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 idle_session_ttl_in_seconds(self, input: i32) -> Self
pub fn idle_session_ttl_in_seconds(self, input: i32) -> Self
Max Session Time. This field is required.
sourcepub fn set_idle_session_ttl_in_seconds(self, input: Option<i32>) -> Self
pub fn set_idle_session_ttl_in_seconds(self, input: Option<i32>) -> Self
Max Session Time.
sourcepub fn get_idle_session_ttl_in_seconds(&self) -> &Option<i32>
pub fn get_idle_session_ttl_in_seconds(&self) -> &Option<i32>
Max Session Time.
sourcepub fn agent_resource_role_arn(self, input: impl Into<String>) -> Self
pub fn agent_resource_role_arn(self, input: impl Into<String>) -> Self
ARN of a IAM role. This field is required.
sourcepub fn set_agent_resource_role_arn(self, input: Option<String>) -> Self
pub fn set_agent_resource_role_arn(self, input: Option<String>) -> Self
ARN of a IAM role.
sourcepub fn get_agent_resource_role_arn(&self) -> &Option<String>
pub fn get_agent_resource_role_arn(&self) -> &Option<String>
ARN of a IAM role.
sourcepub fn customer_encryption_key_arn(self, input: impl Into<String>) -> Self
pub fn customer_encryption_key_arn(self, input: impl Into<String>) -> Self
A KMS key ARN
sourcepub fn set_customer_encryption_key_arn(self, input: Option<String>) -> Self
pub fn set_customer_encryption_key_arn(self, input: Option<String>) -> Self
A KMS key ARN
sourcepub fn get_customer_encryption_key_arn(&self) -> &Option<String>
pub fn get_customer_encryption_key_arn(&self) -> &Option<String>
A KMS key ARN
sourcepub fn created_at(self, input: DateTime) -> Self
pub fn created_at(self, input: DateTime) -> Self
Time Stamp. This field is required.
sourcepub fn set_created_at(self, input: Option<DateTime>) -> Self
pub fn set_created_at(self, input: Option<DateTime>) -> Self
Time Stamp.
sourcepub fn get_created_at(&self) -> &Option<DateTime>
pub fn get_created_at(&self) -> &Option<DateTime>
Time Stamp.
sourcepub fn updated_at(self, input: DateTime) -> Self
pub fn updated_at(self, input: DateTime) -> Self
Time Stamp. This field is required.
sourcepub fn set_updated_at(self, input: Option<DateTime>) -> Self
pub fn set_updated_at(self, input: Option<DateTime>) -> Self
Time Stamp.
sourcepub fn get_updated_at(&self) -> &Option<DateTime>
pub fn get_updated_at(&self) -> &Option<DateTime>
Time Stamp.
sourcepub fn prepared_at(self, input: DateTime) -> Self
pub fn prepared_at(self, input: DateTime) -> Self
Time Stamp.
sourcepub fn set_prepared_at(self, input: Option<DateTime>) -> Self
pub fn set_prepared_at(self, input: Option<DateTime>) -> Self
Time Stamp.
sourcepub fn get_prepared_at(&self) -> &Option<DateTime>
pub fn get_prepared_at(&self) -> &Option<DateTime>
Time Stamp.
sourcepub fn failure_reasons(self, input: impl Into<String>) -> Self
pub fn failure_reasons(self, input: impl Into<String>) -> Self
Appends an item to failure_reasons.
To override the contents of this collection use set_failure_reasons.
Failure Reasons for Error.
sourcepub fn set_failure_reasons(self, input: Option<Vec<String>>) -> Self
pub fn set_failure_reasons(self, input: Option<Vec<String>>) -> Self
Failure Reasons for Error.
sourcepub fn get_failure_reasons(&self) -> &Option<Vec<String>>
pub fn get_failure_reasons(&self) -> &Option<Vec<String>>
Failure Reasons for Error.
sourcepub fn recommended_actions(self, input: impl Into<String>) -> Self
pub fn recommended_actions(self, input: impl Into<String>) -> Self
Appends an item to recommended_actions.
To override the contents of this collection use set_recommended_actions.
The recommended actions users can take to resolve an error in failureReasons.
sourcepub fn set_recommended_actions(self, input: Option<Vec<String>>) -> Self
pub fn set_recommended_actions(self, input: Option<Vec<String>>) -> Self
The recommended actions users can take to resolve an error in failureReasons.
sourcepub fn get_recommended_actions(&self) -> &Option<Vec<String>>
pub fn get_recommended_actions(&self) -> &Option<Vec<String>>
The recommended actions users can take to resolve an error in failureReasons.
sourcepub fn prompt_override_configuration(
self,
input: PromptOverrideConfiguration
) -> Self
pub fn prompt_override_configuration( self, input: PromptOverrideConfiguration ) -> Self
Configuration for prompt override.
sourcepub fn set_prompt_override_configuration(
self,
input: Option<PromptOverrideConfiguration>
) -> Self
pub fn set_prompt_override_configuration( self, input: Option<PromptOverrideConfiguration> ) -> Self
Configuration for prompt override.
sourcepub fn get_prompt_override_configuration(
&self
) -> &Option<PromptOverrideConfiguration>
pub fn get_prompt_override_configuration( &self ) -> &Option<PromptOverrideConfiguration>
Configuration for prompt override.
Trait Implementations§
source§impl Clone for AgentBuilder
impl Clone for AgentBuilder
source§fn clone(&self) -> AgentBuilder
fn clone(&self) -> AgentBuilder
1.0.0 · source§fn clone_from(&mut self, source: &Self)
fn clone_from(&mut self, source: &Self)
source. Read moresource§impl Debug for AgentBuilder
impl Debug for AgentBuilder
source§impl Default for AgentBuilder
impl Default for AgentBuilder
source§fn default() -> AgentBuilder
fn default() -> AgentBuilder
source§impl PartialEq for AgentBuilder
impl PartialEq for AgentBuilder
source§fn eq(&self, other: &AgentBuilder) -> bool
fn eq(&self, other: &AgentBuilder) -> bool
self and other values to be equal, and is used
by ==.