Interface GetAgentActionGroupResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<GetAgentActionGroupResponse.Builder,GetAgentActionGroupResponse>,SdkBuilder<GetAgentActionGroupResponse.Builder,GetAgentActionGroupResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- GetAgentActionGroupResponse
public static interface GetAgentActionGroupResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<GetAgentActionGroupResponse.Builder,GetAgentActionGroupResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Default Methods Modifier and Type Method Description default GetAgentActionGroupResponse.BuilderagentActionGroup(Consumer<AgentActionGroup.Builder> agentActionGroup)Sets the value of the AgentActionGroup property for this object.GetAgentActionGroupResponse.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
GetAgentActionGroupResponse.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 GetAgentActionGroupResponse.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)
-
-