public static interface ListUsersResponse.Builder extends MQResponse.Builder, CopyableBuilder<ListUsersResponse.Builder,ListUsersResponse>
Modifier and Type | Method and Description |
---|---|
ListUsersResponse.Builder |
brokerId(String brokerId)
Required.
|
ListUsersResponse.Builder |
maxResults(Integer maxResults)
Required.
|
ListUsersResponse.Builder |
nextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return.
|
ListUsersResponse.Builder |
users(Collection<UserSummary> users)
Required.
|
ListUsersResponse.Builder |
users(UserSummary... users)
Required.
|
build
copy
apply, build
ListUsersResponse.Builder brokerId(String brokerId)
brokerId
- Required. The unique ID that Amazon MQ generates for the broker.ListUsersResponse.Builder maxResults(Integer maxResults)
maxResults
- Required. The maximum number of ActiveMQ users that can be returned per page (20 by default). This
value must be an integer from 5 to 100.ListUsersResponse.Builder nextToken(String nextToken)
nextToken
- The token that specifies the next page of results Amazon MQ should return. To request the first page,
leave nextToken empty.ListUsersResponse.Builder users(Collection<UserSummary> users)
users
- Required. The list of all ActiveMQ usernames for the specified broker.ListUsersResponse.Builder users(UserSummary... users)
users
- Required. The list of all ActiveMQ usernames for the specified broker.Copyright © 2017 Amazon Web Services, Inc. All Rights Reserved.