Interface ListLexBotsResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- ConnectResponse.Builder,- CopyableBuilder<ListLexBotsResponse.Builder,,- ListLexBotsResponse> - SdkBuilder<ListLexBotsResponse.Builder,,- ListLexBotsResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListLexBotsResponse
@Mutable
@NotThreadSafe
public static interface ListLexBotsResponse.Builder
extends ConnectResponse.Builder, SdkPojo, CopyableBuilder<ListLexBotsResponse.Builder,ListLexBotsResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionlexBots(Collection<LexBot> lexBots) The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.lexBots(Consumer<LexBot.Builder>... lexBots) The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.If there are additional results, this is the token for the next set of results.Methods inherited from interface software.amazon.awssdk.services.connect.model.ConnectResponse.Builderbuild, responseMetadata, responseMetadataMethods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilderapplyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojoequalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.BuildersdkHttpResponse, sdkHttpResponse
- 
Method Details- 
lexBotsThe names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance. - Parameters:
- lexBots- The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lexBotsThe names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance. - Parameters:
- lexBots- The names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
lexBotsThe names and Amazon Web Services Regions of the Amazon Lex bots associated with the specified instance. This is a convenience method that creates an instance of theLexBot.Builderavoiding the need to create one manually viaLexBot.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed tolexBots(List<LexBot>).- Parameters:
- lexBots- a consumer that will call methods on- LexBot.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIf there are additional results, this is the token for the next set of results. - Parameters:
- nextToken- If there are additional results, this is the token for the next set of results.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-