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 Summary
Modifier 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.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlRequest.Builder
buildMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFields
-
Method Details
-
agentRuntimeId
The 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.
-
agentRuntimeArtifact
The 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.
-
agentRuntimeArtifact
default 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 onAgentRuntimeArtifact.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
roleArn
The 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.
-
networkConfiguration
The 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.
-
networkConfiguration
default 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 onNetworkConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
description
The 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.
-
authorizerConfiguration
UpdateAgentRuntimeRequest.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.
-
authorizerConfiguration
default 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 onAuthorizerConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
requestHeaderConfiguration
UpdateAgentRuntimeRequest.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.
-
requestHeaderConfiguration
default 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 onRequestHeaderConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
protocolConfiguration
UpdateAgentRuntimeRequest.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.
-
protocolConfiguration
default 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 onProtocolConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
lifecycleConfiguration
UpdateAgentRuntimeRequest.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.
-
lifecycleConfiguration
default 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 onLifecycleConfiguration.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
environmentVariables
Updated 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.
-
clientToken
A 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.
-
overrideConfiguration
UpdateAgentRuntimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
overrideConfiguration- The override configuration.- Returns:
- This object for method chaining.
-
overrideConfiguration
UpdateAgentRuntimeRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) Description copied from interface:AwsRequest.BuilderAdd an optional request override configuration.- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder- Parameters:
builderConsumer- AConsumerto which an emptyAwsRequestOverrideConfiguration.Builderwill be given.- Returns:
- This object for method chaining.
-