Interface ListAgentAliasesResponse.Builder
-
- All Superinterfaces:
AwsResponse.Builder,BedrockAgentResponse.Builder,Buildable,CopyableBuilder<ListAgentAliasesResponse.Builder,ListAgentAliasesResponse>,SdkBuilder<ListAgentAliasesResponse.Builder,ListAgentAliasesResponse>,SdkPojo,SdkResponse.Builder
- Enclosing class:
- ListAgentAliasesResponse
public static interface ListAgentAliasesResponse.Builder extends BedrockAgentResponse.Builder, SdkPojo, CopyableBuilder<ListAgentAliasesResponse.Builder,ListAgentAliasesResponse>
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description ListAgentAliasesResponse.BuilderagentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries)Sets the value of the AgentAliasSummaries property for this object.ListAgentAliasesResponse.BuilderagentAliasSummaries(Consumer<AgentAliasSummary.Builder>... agentAliasSummaries)Sets the value of the AgentAliasSummaries property for this object.ListAgentAliasesResponse.BuilderagentAliasSummaries(AgentAliasSummary... agentAliasSummaries)Sets the value of the AgentAliasSummaries property for this object.ListAgentAliasesResponse.BuildernextToken(String nextToken)Sets the value of the NextToken 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
-
agentAliasSummaries
ListAgentAliasesResponse.Builder agentAliasSummaries(Collection<AgentAliasSummary> agentAliasSummaries)
Sets the value of the AgentAliasSummaries property for this object.- Parameters:
agentAliasSummaries- The new value for the AgentAliasSummaries property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentAliasSummaries
ListAgentAliasesResponse.Builder agentAliasSummaries(AgentAliasSummary... agentAliasSummaries)
Sets the value of the AgentAliasSummaries property for this object.- Parameters:
agentAliasSummaries- The new value for the AgentAliasSummaries property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
agentAliasSummaries
ListAgentAliasesResponse.Builder agentAliasSummaries(Consumer<AgentAliasSummary.Builder>... agentAliasSummaries)
Sets the value of the AgentAliasSummaries property for this object. This is a convenience method that creates an instance of theAgentAliasSummary.Builderavoiding the need to create one manually viaAgentAliasSummary.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed to#agentAliasSummaries(List.) - Parameters:
agentAliasSummaries- a consumer that will call methods onAgentAliasSummary.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
#agentAliasSummaries(java.util.Collection)
-
nextToken
ListAgentAliasesResponse.Builder nextToken(String nextToken)
Sets the value of the NextToken property for this object.- Parameters:
nextToken- The new value for the NextToken property for this object.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
-