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<AgentArtifact.Builder> agentRuntimeArtifact) The updated artifact of the agent runtime.agentRuntimeArtifact
(AgentArtifact agentRuntimeArtifact) The updated artifact of the agent runtime.agentRuntimeId
(String agentRuntimeId) The unique identifier of the agent runtime to update.authorizerConfiguration
(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) The updated authorizer configuration for the agent runtime.authorizerConfiguration
(AuthorizerConfiguration authorizerConfiguration) The updated authorizer configuration for the agent runtime.clientToken
(String clientToken) A unique, case-sensitive identifier to ensure idempotency of the request.description
(String description) The updated description of the agent runtime.environmentVariables
(Map<String, String> environmentVariables) Updated environment variables to set in the agent runtime environment.networkConfiguration
(Consumer<NetworkConfiguration.Builder> networkConfiguration) The updated network configuration for the agent runtime.networkConfiguration
(NetworkConfiguration networkConfiguration) The updated network configuration for the agent 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.The updated IAM role ARN that provides permissions for the agent runtime.Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
Methods inherited from interface software.amazon.awssdk.services.bedrockagentcorecontrol.model.BedrockAgentCoreControlRequest.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, sdkFieldNameToField, sdkFields
-
Method Details
-
agentRuntimeId
The unique identifier of the agent runtime to update.
- Parameters:
agentRuntimeId
- The unique identifier of the agent runtime to update.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The updated description of the agent runtime.
- Parameters:
description
- The updated description of the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeArtifact
The updated artifact of the agent runtime.
- Parameters:
agentRuntimeArtifact
- The updated artifact of the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeArtifact
default UpdateAgentRuntimeRequest.Builder agentRuntimeArtifact(Consumer<AgentArtifact.Builder> agentRuntimeArtifact) The updated artifact of the agent runtime.
This is a convenience method that creates an instance of theAgentArtifact.Builder
avoiding the need to create one manually viaAgentArtifact.builder()
.When the
Consumer
completes,SdkBuilder.build()
is called immediately and its result is passed toagentRuntimeArtifact(AgentArtifact)
.- Parameters:
agentRuntimeArtifact
- a consumer that will call methods onAgentArtifact.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 agent runtime.
- Parameters:
roleArn
- The updated IAM role ARN that provides permissions for the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkConfiguration
The updated network configuration for the agent runtime.
- Parameters:
networkConfiguration
- The updated network configuration for the agent 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 agent runtime.
This is a convenience method that creates an instance of theNetworkConfiguration.Builder
avoiding the need to create one manually viaNetworkConfiguration.builder()
.When the
Consumer
completes,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:
-
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.Builder
avoiding the need to create one manually viaProtocolConfiguration.builder()
.When the
Consumer
completes,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:
-
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.
-
environmentVariables
Updated environment variables to set in the agent runtime environment.
- Parameters:
environmentVariables
- Updated environment variables to set in the agent runtime environment.- 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 agent runtime.
- Parameters:
authorizerConfiguration
- The updated authorizer configuration for the agent 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 agent runtime.
This is a convenience method that creates an instance of theAuthorizerConfiguration.Builder
avoiding the need to create one manually viaAuthorizerConfiguration.builder()
.When the
Consumer
completes,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:
-
overrideConfiguration
UpdateAgentRuntimeRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Description copied from interface:AwsRequest.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in 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.Builder
Add an optional request override configuration.- Specified by:
overrideConfiguration
in interfaceAwsRequest.Builder
- Parameters:
builderConsumer
- AConsumer
to which an emptyAwsRequestOverrideConfiguration.Builder
will be given.- Returns:
- This object for method chaining.
-