Interface DeleteAgentAliasResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<DeleteAgentAliasResponse.Builder,DeleteAgentAliasResponse>,SdkBuilder<DeleteAgentAliasResponse.Builder,DeleteAgentAliasResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- DeleteAgentAliasResponse
public static interface DeleteAgentAliasResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<DeleteAgentAliasResponse.Builder,DeleteAgentAliasResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DeleteAgentAliasResponse.BuilderagentAliasId(String agentAliasId)Sets the value of the AgentAliasId property for this object.DeleteAgentAliasResponse.BuilderagentAliasStatus(String agentAliasStatus)Sets the value of the AgentAliasStatus property for this object.DeleteAgentAliasResponse.BuilderagentAliasStatus(AgentAliasStatus agentAliasStatus)Sets the value of the AgentAliasStatus property for this object.DeleteAgentAliasResponse.BuilderagentId(String agentId)Sets the value of the AgentId property for this object.-
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, sdkFields
-
Methods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponse
-
-
-
-
Method Detail
-
agentId
DeleteAgentAliasResponse.Builder agentId(String agentId)
Sets the value of the AgentId property for this object.- Parameters:
agentId- The new value for the AgentId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentAliasId
DeleteAgentAliasResponse.Builder agentAliasId(String agentAliasId)
Sets the value of the AgentAliasId property for this object.- Parameters:
agentAliasId- The new value for the AgentAliasId property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentAliasStatus
DeleteAgentAliasResponse.Builder agentAliasStatus(String agentAliasStatus)
Sets the value of the AgentAliasStatus property for this object.- Parameters:
agentAliasStatus- The new value for the AgentAliasStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentAliasStatus,AgentAliasStatus
-
agentAliasStatus
DeleteAgentAliasResponse.Builder agentAliasStatus(AgentAliasStatus agentAliasStatus)
Sets the value of the AgentAliasStatus property for this object.- Parameters:
agentAliasStatus- The new value for the AgentAliasStatus property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
AgentAliasStatus,AgentAliasStatus
-
-