Interface UpdateAgentActionGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<UpdateAgentActionGroupResponse.Builder,UpdateAgentActionGroupResponse>,SdkBuilder<UpdateAgentActionGroupResponse.Builder,UpdateAgentActionGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- UpdateAgentActionGroupResponse
public static interface UpdateAgentActionGroupResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<UpdateAgentActionGroupResponse.Builder,UpdateAgentActionGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default UpdateAgentActionGroupResponse.BuilderagentActionGroup(Consumer<AgentActionGroup.Builder> agentActionGroup)Sets the value of the AgentActionGroup property for this object.UpdateAgentActionGroupResponse.BuilderagentActionGroup(AgentActionGroup agentActionGroup)Sets the value of the AgentActionGroup property for this object.-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.Builder
build, responseMetadata, responseMetadata
-
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
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
agentActionGroup
UpdateAgentActionGroupResponse.Builder agentActionGroup(AgentActionGroup agentActionGroup)
Sets the value of the AgentActionGroup property for this object.- Parameters:
agentActionGroup- The new value for the AgentActionGroup property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentActionGroup
default UpdateAgentActionGroupResponse.Builder agentActionGroup(Consumer<AgentActionGroup.Builder> agentActionGroup)
Sets the value of the AgentActionGroup property for this object. This is a convenience method that creates an instance of theAgentActionGroup.Builderavoiding the need to create one manually viaAgentActionGroup.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentActionGroup(AgentActionGroup).- Parameters:
agentActionGroup- a consumer that will call methods onAgentActionGroup.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
agentActionGroup(AgentActionGroup)
-
-