Interface DeleteAgentAliasRequest.Builder
- All Superinterfaces:
AwsRequest.Builder,BedrockAgentRequest.Builder,Buildable,CopyableBuilder<DeleteAgentAliasRequest.Builder,,DeleteAgentAliasRequest> SdkBuilder<DeleteAgentAliasRequest.Builder,,DeleteAgentAliasRequest> SdkPojo,SdkRequest.Builder
- Enclosing class:
- DeleteAgentAliasRequest
@Mutable
@NotThreadSafe
public static interface DeleteAgentAliasRequest.Builder
extends BedrockAgentRequest.Builder, SdkPojo, CopyableBuilder<DeleteAgentAliasRequest.Builder,DeleteAgentAliasRequest>
-
Method Summary
Modifier and TypeMethodDescriptionagentAliasId(String agentAliasId) The unique identifier of the alias to delete.The unique identifier of the agent that the alias belongs to.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 that the alias belongs to.
- Parameters:
agentId- The unique identifier of the agent that the alias belongs to.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentAliasId
The unique identifier of the alias to delete.
- Parameters:
agentAliasId- The unique identifier of the alias to delete.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
overrideConfiguration
DeleteAgentAliasRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-
overrideConfiguration
DeleteAgentAliasRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) - Specified by:
overrideConfigurationin interfaceAwsRequest.Builder
-