public static interface ListUsersRequest.Builder extends MqRequest.Builder, SdkPojo, CopyableBuilder<ListUsersRequest.Builder,ListUsersRequest>
| Modifier and Type | Method and Description |
|---|---|
ListUsersRequest.Builder |
brokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
|
ListUsersRequest.Builder |
maxResults(Integer maxResults)
The maximum number of brokers that Amazon MQ can return per page (20 by default).
|
ListUsersRequest.Builder |
nextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return.
|
ListUsersRequest.Builder |
overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ListUsersRequest.Builder |
overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
buildoverrideConfigurationequalsBySdkFields, sdkFieldscopyapplyMutation, buildListUsersRequest.Builder brokerId(String brokerId)
The unique ID that Amazon MQ generates for the broker.
brokerId - The unique ID that Amazon MQ generates for the broker.ListUsersRequest.Builder maxResults(Integer maxResults)
The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be an integer from 5 to 100.
maxResults - The maximum number of brokers that Amazon MQ can return per page (20 by default). This value must be
an integer from 5 to 100.ListUsersRequest.Builder nextToken(String nextToken)
The token that specifies the next page of results Amazon MQ should return. To request the first page, leave nextToken empty.
nextToken - The token that specifies the next page of results Amazon MQ should return. To request the first page,
leave nextToken empty.ListUsersRequest.Builder overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration)
overrideConfiguration in interface AwsRequest.BuilderListUsersRequest.Builder overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer)
overrideConfiguration in interface AwsRequest.BuilderCopyright © 2023. All rights reserved.