Interface UpdateAgentActionGroupRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<UpdateAgentActionGroupRequest.Builder,UpdateAgentActionGroupRequest>,SdkBuilder<UpdateAgentActionGroupRequest.Builder,UpdateAgentActionGroupRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- UpdateAgentActionGroupRequest
public static interface UpdateAgentActionGroupRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<UpdateAgentActionGroupRequest.Builder,UpdateAgentActionGroupRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateAgentActionGroupRequest.BuilderactionGroupExecutor(Consumer<ActionGroupExecutor.Builder> actionGroupExecutor)Sets the value of the ActionGroupExecutor property for this object.UpdateAgentActionGroupRequest.BuilderactionGroupExecutor(ActionGroupExecutor actionGroupExecutor)Sets the value of the ActionGroupExecutor property for this object.UpdateAgentActionGroupRequest.BuilderactionGroupId(String actionGroupId)Id generated at the server side when an Action Group is created under AgentUpdateAgentActionGroupRequest.BuilderactionGroupName(String actionGroupName)Sets the value of the ActionGroupName property for this object.UpdateAgentActionGroupRequest.BuilderactionGroupState(String actionGroupState)Sets the value of the ActionGroupState property for this object.UpdateAgentActionGroupRequest.BuilderactionGroupState(ActionGroupState actionGroupState)Sets the value of the ActionGroupState property for this object.UpdateAgentActionGroupRequest.BuilderagentId(String agentId)Id generated at the server side when an Agent is createdUpdateAgentActionGroupRequest.BuilderagentVersion(String agentVersion)Draft Version of the Agent.default UpdateAgentActionGroupRequest.BuilderapiSchema(Consumer<APISchema.Builder> apiSchema)Sets the value of the ApiSchema property for this object.UpdateAgentActionGroupRequest.BuilderapiSchema(APISchema apiSchema)Sets the value of the ApiSchema property for this object.UpdateAgentActionGroupRequest.Builderdescription(String description)Sets the value of the Description property for this object.UpdateAgentActionGroupRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)UpdateAgentActionGroupRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)UpdateAgentActionGroupRequest.BuilderparentActionGroupSignature(String parentActionGroupSignature)Sets the value of the ParentActionGroupSignature property for this object.UpdateAgentActionGroupRequest.BuilderparentActionGroupSignature(ActionGroupSignature parentActionGroupSignature)Sets the value of the ParentActionGroupSignature property for this object.-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.Builder
build
-
Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copy
-
Methods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, build
-
Methods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFields
-
-
-
-
Method Detail
-
agentId
UpdateAgentActionGroupRequest.Builder agentId(String agentId)
Id generated at the server side when an Agent is created
- Parameters:
agentId- Id generated at the server side when an Agent is created- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentVersion
UpdateAgentActionGroupRequest.Builder agentVersion(String agentVersion)
Draft Version of the Agent.
- Parameters:
agentVersion- Draft Version of the Agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionGroupId
UpdateAgentActionGroupRequest.Builder actionGroupId(String actionGroupId)
Id generated at the server side when an Action Group is created under Agent
- Parameters:
actionGroupId- Id generated at the server side when an Action Group is created under Agent- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionGroupName
UpdateAgentActionGroupRequest.Builder actionGroupName(String actionGroupName)
Sets the value of the ActionGroupName property for this object.- Parameters:
actionGroupName- The new value for the ActionGroupName property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
UpdateAgentActionGroupRequest.Builder description(String description)
Sets the value of the Description property for this object.- Parameters:
description- The new value for the Description property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
parentActionGroupSignature
UpdateAgentActionGroupRequest.Builder parentActionGroupSignature(String parentActionGroupSignature)
Sets the value of the ParentActionGroupSignature property for this object.- Parameters:
parentActionGroupSignature- The new value for the ParentActionGroupSignature property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionGroupSignature,ActionGroupSignature
-
parentActionGroupSignature
UpdateAgentActionGroupRequest.Builder parentActionGroupSignature(ActionGroupSignature parentActionGroupSignature)
Sets the value of the ParentActionGroupSignature property for this object.- Parameters:
parentActionGroupSignature- The new value for the ParentActionGroupSignature property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionGroupSignature,ActionGroupSignature
-
actionGroupExecutor
UpdateAgentActionGroupRequest.Builder actionGroupExecutor(ActionGroupExecutor actionGroupExecutor)
Sets the value of the ActionGroupExecutor property for this object.- Parameters:
actionGroupExecutor- The new value for the ActionGroupExecutor property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
actionGroupExecutor
default UpdateAgentActionGroupRequest.Builder actionGroupExecutor(Consumer<ActionGroupExecutor.Builder> actionGroupExecutor)
Sets the value of the ActionGroupExecutor property for this object. This is a convenience method that creates an instance of theActionGroupExecutor.Builderavoiding the need to create one manually viaActionGroupExecutor.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toactionGroupExecutor(ActionGroupExecutor).- Parameters:
actionGroupExecutor- a consumer that will call methods onActionGroupExecutor.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
actionGroupExecutor(ActionGroupExecutor)
-
actionGroupState
UpdateAgentActionGroupRequest.Builder actionGroupState(String actionGroupState)
Sets the value of the ActionGroupState property for this object.- Parameters:
actionGroupState- The new value for the ActionGroupState property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionGroupState,ActionGroupState
-
actionGroupState
UpdateAgentActionGroupRequest.Builder actionGroupState(ActionGroupState actionGroupState)
Sets the value of the ActionGroupState property for this object.- Parameters:
actionGroupState- The new value for the ActionGroupState property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
ActionGroupState,ActionGroupState
-
apiSchema
UpdateAgentActionGroupRequest.Builder apiSchema(APISchema apiSchema)
Sets the value of the ApiSchema property for this object.- Parameters:
apiSchema- The new value for the ApiSchema property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
apiSchema
default UpdateAgentActionGroupRequest.Builder apiSchema(Consumer<APISchema.Builder> apiSchema)
Sets the value of the ApiSchema property for this object. This is a convenience method that creates an instance of theAPISchema.Builderavoiding the need to create one manually viaAPISchema.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toapiSchema(APISchema).- Parameters:
apiSchema- a consumer that will call methods onAPISchema.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
apiSchema(APISchema)
-
overrideConfiguration
UpdateAgentActionGroupRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
UpdateAgentActionGroupRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-