Interface ListBlockedGuestUsersResponse.Builder
- All Superinterfaces:
AwsResponse.Builder,Buildable,CopyableBuilder<ListBlockedGuestUsersResponse.Builder,,ListBlockedGuestUsersResponse> SdkBuilder<ListBlockedGuestUsersResponse.Builder,,ListBlockedGuestUsersResponse> SdkPojo,SdkResponse.Builder,WickrResponse.Builder
- Enclosing class:
ListBlockedGuestUsersResponse
@Mutable
@NotThreadSafe
public static interface ListBlockedGuestUsersResponse.Builder
extends WickrResponse.Builder, SdkPojo, CopyableBuilder<ListBlockedGuestUsersResponse.Builder,ListBlockedGuestUsersResponse>
-
Method Summary
Modifier and TypeMethodDescriptionblocklist(Collection<BlockedGuestUser> blocklist) A list of blocked guest user objects within the current page.blocklist(Consumer<BlockedGuestUser.Builder>... blocklist) A list of blocked guest user objects within the current page.blocklist(BlockedGuestUser... blocklist) A list of blocked 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.
-
blocklist
A list of blocked guest user objects within the current page.
- Parameters:
blocklist- A list of blocked guest user objects within the current page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blocklist
A list of blocked guest user objects within the current page.
- Parameters:
blocklist- A list of blocked guest user objects within the current page.- Returns:
- Returns a reference to this object so that method calls can be chained together.
-
blocklist
A list of blocked guest user objects within the current page.
This is a convenience method that creates an instance of theBlockedGuestUser.Builderavoiding the need to create one manually viaBlockedGuestUser.builder().When the
Consumercompletes,SdkBuilder.build()is called immediately and its result is passed toblocklist(List<BlockedGuestUser>).- Parameters:
blocklist- a consumer that will call methods onBlockedGuestUser.Builder- Returns:
- Returns a reference to this object so that method calls can be chained together.
- See Also:
-