Interface DeleteAgentAliasResponse.Builder
- All Superinterfaces:
AwsResponse.Builder
,BedrockAgentResponse.Builder
,Buildable
,CopyableBuilder<DeleteAgentAliasResponse.Builder,
,DeleteAgentAliasResponse> SdkBuilder<DeleteAgentAliasResponse.Builder,
,DeleteAgentAliasResponse> SdkPojo
,SdkResponse.Builder
- Enclosing class:
DeleteAgentAliasResponse
@Mutable
@NotThreadSafe
public static interface DeleteAgentAliasResponse.Builder
extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<DeleteAgentAliasResponse.Builder,DeleteAgentAliasResponse>
-
Method Summary
Modifier and TypeMethodDescriptionagentAliasId
(String agentAliasId) The unique identifier of the alias that was deleted.agentAliasStatus
(String agentAliasStatus) The status of the alias.agentAliasStatus
(AgentAliasStatus agentAliasStatus) The status of the alias.The unique identifier of the agent that the alias belongs to.Methods inherited from interface software.amazon.awssdk.services.bedrockagent.model.BedrockAgentResponse.Builder
build, responseMetadata, responseMetadata
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
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
Method Details
-
agentAliasId
The unique identifier of the alias that was deleted.
- Parameters:
agentAliasId
- The unique identifier of the alias that was deleted.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentAliasStatus
The status of the alias.
- Parameters:
agentAliasStatus
- The status of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
agentAliasStatus
The status of the alias.
- Parameters:
agentAliasStatus
- The status of the alias.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-
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.
-