Interface ListGuestUsersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListGuestUsersResponse.Builder,,ListGuestUsersResponse> SdkBuilder<ListGuestUsersResponse.Builder,,ListGuestUsersResponse> SdkPojo,SdkResponse.Builder,WickrResponse.Builder
- Enclosing class:
ListGuestUsersResponse
@Mutable
@NotThreadSafe
public static interface ListGuestUsersResponse.Builder
extends WickrResponse.Builder, SdkPojo, CopyableBuilder<ListGuestUsersResponse.Builder,ListGuestUsersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionguestlist(Collection<GuestUser> guestlist) A list of guest user objects within the current page.guestlist(Consumer<GuestUser.Builder>... guestlist) A list of guest user objects within the current page.A list of guest user objects within the current page.The token to use for retrieving the next page of results.Methods inherited from interface software.amazon.awssdk.utils.builder.CopyableBuilder
copyMethods inherited from interface software.amazon.awssdk.utils.builder.SdkBuilder
applyMutation, buildMethods inherited from interface software.amazon.awssdk.core.SdkPojo
equalsBySdkFields, sdkFieldNameToField, sdkFieldsMethods inherited from interface software.amazon.awssdk.core.SdkResponse.Builder
sdkHttpResponse, sdkHttpResponseMethods inherited from interface software.amazon.awssdk.services.wickr.model.WickrResponse.Builder
build, responseMetadata, responseMetadata
-
Method Details
-
nextToken
The token to use for retrieving the next page of results. If this is not present, there are no more results.
- Parameters:
nextToken- The token to use for retrieving the next page of results. If this is not present, there are no more results.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guestlist
A list of guest user objects within the current page.
- Parameters:
guestlist- A list of guest user objects within the current page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guestlist
A list of guest user objects within the current page.
- Parameters:
guestlist- A list of guest user objects within the current page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
guestlist
A list of guest user objects within the current page.
This is a convenience method that creates an instance of theGuestUser.Builderavoiding the need to create one manually viaGuestUser.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toguestlist(List<GuestUser>).- Parameters:
guestlist- a consumer that will call methods onGuestUser.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-