Interface GetAgentAliasRequest.Builder
-
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<GetAgentAliasRequest.Builder,GetAgentAliasRequest>,SdkBuilder<GetAgentAliasRequest.Builder,GetAgentAliasRequest>,SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAgentAliasRequest
public static interface GetAgentAliasRequest.Builder extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetAgentAliasRequest.Builder,GetAgentAliasRequest>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description GetAgentAliasRequest.BuilderagentAliasId(String agentAliasId)The unique identifier of the alias for which to get information.GetAgentAliasRequest.BuilderagentId(String agentId)The unique identifier of the agent to which the alias to get information belongs.GetAgentAliasRequest.BuilderoverrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)GetAgentAliasRequest.BuilderoverrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)-
Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfiguration
-
Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.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, sdkFields
-
-
-
-
Method Detail
-
agentAliasId
GetAgentAliasRequest.Builder agentAliasId(String agentAliasId)
The unique identifier of the alias for which to get information.
- Parameters:
agentAliasId- The unique identifier of the alias for which to get information.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentId
GetAgentAliasRequest.Builder agentId(String agentId)
The unique identifier of the agent to which the alias to get information belongs.
- Parameters:
agentId- The unique identifier of the agent to which the alias to get information belongs.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
GetAgentAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAgentAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
- Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
-