Interface ListWebExperiencesResponse.Builder
- All Superinterfaces:
- AwsResponse.Builder,- Buildable,- CopyableBuilder<ListWebExperiencesResponse.Builder,,- ListWebExperiencesResponse> - QBusinessResponse.Builder,- SdkBuilder<ListWebExperiencesResponse.Builder,,- ListWebExperiencesResponse> - SdkPojo,- SdkResponse.Builder
- Enclosing class:
- ListWebExperiencesResponse
@Mutable
@NotThreadSafe
public static interface ListWebExperiencesResponse.Builder
extends QBusinessResponse.Builder, SdkPojo, CopyableBuilder<ListWebExperiencesResponse.Builder,ListWebExperiencesResponse> 
- 
Method SummaryModifier and TypeMethodDescriptionIf the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.webExperiences(Collection<WebExperience> webExperiences) An array of summary information for one or more Amazon Q Business experiences.webExperiences(Consumer<WebExperience.Builder>... webExperiences) An array of summary information for one or more Amazon Q Business experiences.webExperiences(WebExperience... webExperiences) An array of summary information for one or more Amazon Q Business experiences.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuildercopyMethods inherited from interface software.amazon.awssdk.services.qbusiness.model.QBusinessResponse.Builderbuild, responseMetadata, responseMetadataMethods 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- 
webExperiencesAn array of summary information for one or more Amazon Q Business experiences. - Parameters:
- webExperiences- An array of summary information for one or more Amazon Q Business experiences.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
webExperiencesAn array of summary information for one or more Amazon Q Business experiences. - Parameters:
- webExperiences- An array of summary information for one or more Amazon Q Business experiences.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
- 
webExperiencesListWebExperiencesResponse.Builder webExperiences(Consumer<WebExperience.Builder>... webExperiences) An array of summary information for one or more Amazon Q Business experiences. This is a convenience method that creates an instance of theWebExperience.Builderavoiding the need to create one manually viaWebExperience.builder().When the Consumercompletes,SdkBuilder.build()is called immediately and its result is passed towebExperiences(List<WebExperience>).- Parameters:
- webExperiences- a consumer that will call methods on- WebExperience.Builder
- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
 
- 
nextTokenIf the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages. - Parameters:
- nextToken- If the response is truncated, Amazon Q Business returns this token, which you can use in a later request to list the next set of messages.
- Returns:
- Returns a reference to this object so that method calls can be chained together.
 
 
-