Interface CreateAgentRuntimeRequest.Builder
- All Superinterfaces:
AwsRequest.Builder
,BedrockAgentCoreControlRequest.Builder
,Buildable
,CopyableBuilder<CreateAgentRuntimeRequest.Builder,
,CreateAgentRuntimeRequest> SdkBuilder<CreateAgentRuntimeRequest.Builder,
,CreateAgentRuntimeRequest> SdkPojo
,SdkRequest.Builder
- Enclosing class:
CreateAgentRuntimeRequest
-
Method Summary
Modifier and TypeMethodDescriptionagentRuntimeArtifact
(Consumer<AgentArtifact.Builder> agentRuntimeArtifact) The artifact of the agent.agentRuntimeArtifact
(AgentArtifact agentRuntimeArtifact) The artifact of the agent.agentRuntimeName
(String agentRuntimeName) The name of the secure agent.authorizerConfiguration
(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) The authorizer configuration for the agent runtime.authorizerConfiguration
(AuthorizerConfiguration authorizerConfiguration) The authorizer configuration for the agent runtime.clientToken
(String clientToken) A unique, case-sensitive identifier to ensure idempotency of the request.description
(String description) The description of the agent runtime.environmentVariables
(Map<String, String> environmentVariables) Environment variables to set in the agent runtime environment.networkConfiguration
(Consumer<NetworkConfiguration.Builder> networkConfiguration) The network configuration for the agent runtime.networkConfiguration
(NetworkConfiguration networkConfiguration) The 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 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
-
agentRuntimeName
The name of the secure agent.
- Parameters:
agentRuntimeName
- The name of the secure agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
description
The description of the agent runtime.
- Parameters:
description
- The description of the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeArtifact
The artifact of the agent.
- Parameters:
agentRuntimeArtifact
- The artifact of the agent.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentRuntimeArtifact
default CreateAgentRuntimeRequest.Builder agentRuntimeArtifact(Consumer<AgentArtifact.Builder> agentRuntimeArtifact) The artifact of the agent.
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 IAM role ARN that provides permissions for the agent runtime.
- Parameters:
roleArn
- The 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 network configuration for the agent runtime.
- Parameters:
networkConfiguration
- The network configuration for the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
networkConfiguration
default CreateAgentRuntimeRequest.Builder networkConfiguration(Consumer<NetworkConfiguration.Builder> networkConfiguration) The 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
CreateAgentRuntimeRequest.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 CreateAgentRuntimeRequest.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
Environment variables to set in the agent runtime environment.
- Parameters:
environmentVariables
- 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
CreateAgentRuntimeRequest.Builder authorizerConfiguration(AuthorizerConfiguration authorizerConfiguration) The authorizer configuration for the agent runtime.
- Parameters:
authorizerConfiguration
- The authorizer configuration for the agent runtime.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
authorizerConfiguration
default CreateAgentRuntimeRequest.Builder authorizerConfiguration(Consumer<AuthorizerConfiguration.Builder> authorizerConfiguration) The 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
CreateAgentRuntimeRequest.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
CreateAgentRuntimeRequest.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.
-