Interface UpdateAgentRuntimeRequest.Builder
- All Superinterfaces:
- AwsRequest.Builder,- BedrockAgentCoreControlRequest.Builder,- Buildable,- CopyableBuilder<UpdateAgentRuntimeRequest.Builder,,- UpdateAgentRuntimeRequest> - SdkBuilder<UpdateAgentRuntimeRequest.Builder,,- UpdateAgentRuntimeRequest> - SdkPojo,- SdkRequest.Builder
- Enclosing class:
- UpdateAgentRuntimeRequest
- 
Method SummaryModifier and TypeMethodDescriptionagentRuntimeArtifact(Consumer<AgentRuntimeArtifact.Builder> agentRuntimeArtifact) The updated artifact of the AgentCore Runtime.agentRuntimeArtifact(AgentRuntimeArtifact agentRuntimeArtifact) The updated artifact of the AgentCore Runtime.agentRuntimeId(String agentRuntimeId) The unique identifier of the AgentCore Runtime to update.authorizerConfiguration(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) The updated authorizer configuration for the AgentCore Runtime.authorizerConfiguration(AuthorizerConfiguration authorizerConfiguration) The updated authorizer configuration for the AgentCore Runtime.clientToken(String clientToken) A unique, case-sensitive identifier to ensure idempotency of the request.description(String description) The updated description of the AgentCore Runtime.environmentVariables(Map<String, String> environmentVariables) Updated environment variables to set in the AgentCore Runtime environment.lifecycleConfiguration(Consumer<LifecycleConfiguration.Builder> lifecycleConfiguration) The updated life cycle configuration for the AgentCore Runtime.lifecycleConfiguration(LifecycleConfiguration lifecycleConfiguration) The updated life cycle configuration for the AgentCore Runtime.networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) The updated network configuration for the AgentCore Runtime.networkConfiguration(NetworkConfiguration networkConfiguration) The updated network configuration for the AgentCore Runtime.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Add an optional request override configuration.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Add an optional request override configuration.protocolConfiguration(Consumer<ProtocolConfiguration.Builder> protocolConfiguration) Sets the value of the ProtocolConfiguration property for this object.protocolConfiguration(ProtocolConfiguration protocolConfiguration) Sets the value of the ProtocolConfiguration property for this object.requestHeaderConfiguration(Consumer<RequestHeaderConfiguration.Builder> requestHeaderConfiguration) The updated configuration for HTTP request headers that will be passed through to the runtime.requestHeaderConfiguration(RequestHeaderConfiguration requestHeaderConfiguration) The updated configuration for HTTP request headers that will be passed through to the runtime.The updated IAM role ARN that provides permissions for the AgentCore Runtime.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.BuilderoverrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlRequest.BuilderbuildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFields
- 
Method Details- 
agentRuntimeIdThe unique identifier of the AgentCore Runtime to update. - Parameters:
- agentRuntimeId- The unique identifier of the AgentCore Runtime to update.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
agentRuntimeArtifactThe updated artifact of the AgentCore Runtime. - Parameters:
- agentRuntimeArtifact- The updated artifact of the AgentCore Runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
agentRuntimeArtifactdefault UpdateAgentRuntimeRequest.Builder agentRuntimeArtifact(Consumer<AgentRuntimeArtifact.Builder> agentRuntimeArtifact) The updated artifact of the AgentCore Runtime. This is a convenience method that creates an instance of theAgentRuntimeArtifact.Builderavoiding the need to create one manually viaAgentRuntimeArtifact.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toagentRuntimeArtifact(AgentRuntimeArtifact).- Parameters:
- agentRuntimeArtifact- a consumer that will call methods on- AgentRuntimeArtifact.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
roleArnThe updated IAM role ARN that provides permissions for the AgentCore Runtime. - Parameters:
- roleArn- The updated IAM role ARN that provides permissions for the AgentCore Runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
networkConfigurationThe updated network configuration for the AgentCore Runtime. - Parameters:
- networkConfiguration- The updated network configuration for the AgentCore Runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
networkConfigurationdefault UpdateAgentRuntimeRequest.Builder networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) The updated network configuration for the AgentCore Runtime. This is a convenience method that creates an instance of theNetworkConfiguration.Builderavoiding the need to create one manually viaNetworkConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tonetworkConfiguration(NetworkConfiguration).- Parameters:
- networkConfiguration- a consumer that will call methods on- NetworkConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
descriptionThe updated description of the AgentCore Runtime. - Parameters:
- description- The updated description of the AgentCore Runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authorizerConfigurationUpdateAgentRuntimeRequest.Builder authorizerConfiguration(AuthorizerConfiguration authorizerConfiguration) The updated authorizer configuration for the AgentCore Runtime. - Parameters:
- authorizerConfiguration- The updated authorizer configuration for the AgentCore Runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
authorizerConfigurationdefault UpdateAgentRuntimeRequest.Builder authorizerConfiguration(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) The updated authorizer configuration for the AgentCore Runtime. This is a convenience method that creates an instance of theAuthorizerConfiguration.Builderavoiding the need to create one manually viaAuthorizerConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toauthorizerConfiguration(AuthorizerConfiguration).- Parameters:
- authorizerConfiguration- a consumer that will call methods on- AuthorizerConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
requestHeaderConfigurationUpdateAgentRuntimeRequest.Builder requestHeaderConfiguration(RequestHeaderConfiguration requestHeaderConfiguration) The updated configuration for HTTP request headers that will be passed through to the runtime. - Parameters:
- requestHeaderConfiguration- The updated configuration for HTTP request headers that will be passed through to the runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
requestHeaderConfigurationdefault UpdateAgentRuntimeRequest.Builder requestHeaderConfiguration(Consumer<RequestHeaderConfiguration.Builder> requestHeaderConfiguration) The updated configuration for HTTP request headers that will be passed through to the runtime. This is a convenience method that creates an instance of theRequestHeaderConfiguration.Builderavoiding the need to create one manually viaRequestHeaderConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed torequestHeaderConfiguration(RequestHeaderConfiguration).- Parameters:
- requestHeaderConfiguration- a consumer that will call methods on- RequestHeaderConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
protocolConfigurationUpdateAgentRuntimeRequest.Builder protocolConfiguration(ProtocolConfiguration protocolConfiguration) Sets the value of the ProtocolConfiguration property for this object.- Parameters:
- protocolConfiguration- The new value for the ProtocolConfiguration property for this object.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
protocolConfigurationdefault UpdateAgentRuntimeRequest.Builder protocolConfiguration(Consumer<ProtocolConfiguration.Builder> protocolConfiguration) Sets the value of the ProtocolConfiguration property for this object. This is a convenience method that creates an instance of theProtocolConfiguration.Builderavoiding the need to create one manually viaProtocolConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toprotocolConfiguration(ProtocolConfiguration).- Parameters:
- protocolConfiguration- a consumer that will call methods on- ProtocolConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
lifecycleConfigurationUpdateAgentRuntimeRequest.Builder lifecycleConfiguration(LifecycleConfiguration lifecycleConfiguration) The updated life cycle configuration for the AgentCore Runtime. - Parameters:
- lifecycleConfiguration- The updated life cycle configuration for the AgentCore Runtime.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lifecycleConfigurationdefault UpdateAgentRuntimeRequest.Builder lifecycleConfiguration(Consumer<LifecycleConfiguration.Builder> lifecycleConfiguration) The updated life cycle configuration for the AgentCore Runtime. This is a convenience method that creates an instance of theLifecycleConfiguration.Builderavoiding the need to create one manually viaLifecycleConfiguration.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolifecycleConfiguration(LifecycleConfiguration).- Parameters:
- lifecycleConfiguration- a consumer that will call methods on- LifecycleConfiguration.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
environmentVariablesUpdated environment variables to set in the AgentCore Runtime environment. - Parameters:
- environmentVariables- Updated environment variables to set in the AgentCore Runtime environment.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
clientTokenA unique, case-sensitive identifier to ensure idempotency of the request. - Parameters:
- clientToken- A unique, case-sensitive identifier to ensure idempotency of the request.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
overrideConfigurationUpdateAgentRuntimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- overrideConfiguration- The override configuration.
- Returns:
- This object for method chaining.
 
- 
overrideConfigurationUpdateAgentRuntimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
- overrideConfigurationin interface- AwsRequest.Builder
- Parameters:
- builderConsumer- A- Consumerto which an empty- AwsRequestOverrideConfiguration.Builderwill be given.
- Returns:
- This object for method chaining.
 
 
-