Interface GetAgentAliasRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<GetAgentAliasRequest.Builder,,GetAgentAliasRequest> SdkBuilder<GetAgentAliasRequest.Builder,,GetAgentAliasRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- GetAgentAliasRequest
@Mutable
@NotThreadSafe
public static interface GetAgentAliasRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<GetAgentAliasRequest.Builder,GetAgentAliasRequest>
-
Method Summary
Modifier and TypeMethodDescriptionagentAliasId(String agentAliasId) The unique identifier of the alias for which to get information.The unique identifier of the agent to which the alias to get information belongs.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) Methods inherited from interface software.amazon.awssdk.awscore.AwsRequest.Builder
overrideConfigurationMethods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentRequest.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
-
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.
-
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.
-
overrideConfiguration
GetAgentAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
GetAgentAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-